2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 23:15:20 +00:00

[#916] Updated for 1.7.10

This commit is contained in:
Francis Dupont
2020-06-29 16:12:36 +02:00
parent 3b2e2795bc
commit d0c79c457a
7 changed files with 8 additions and 8 deletions

View File

@@ -117,5 +117,5 @@ The following are some details of the JSON backend framework.
that sending signals is possible (for configuration reload or shutdown). It is also that sending signals is possible (for configuration reload or shutdown). It is also
able to print out a status.<br/><br/> able to print out a status.<br/><br/>
-# The capability to share the same configuration file between servers and -# The capability to share the same configuration file between servers and
agents, and the Logging toplevel entry, were removed in 1.7.9. agents, and the Logging toplevel entry, were removed in 1.7.10.
*/ */

View File

@@ -91,11 +91,11 @@ directory.
"loggers" object) moved inside the configuration objects (maps) for the "loggers" object) moved inside the configuration objects (maps) for the
respective Kea modules. For example: the "Dhcp4" map contains the respective Kea modules. For example: the "Dhcp4" map contains the
"loggers" object specifying logging configuration for the DHCPv4 "loggers" object specifying logging configuration for the DHCPv4
server. Backward compatibility is maintained until Kea 1.7.9 server. Backward compatibility is maintained until Kea 1.7.10
release; it will be possible to specify the "Logging" object at the top release; it will be possible to specify the "Logging" object at the top
configuration level and "loggers" objects at the module configuration configuration level and "loggers" objects at the module configuration
level. Finally, support for the top-level "Logging" object was level. Finally, support for the top-level "Logging" object was
removed in Kea 1.7.9. removed in Kea 1.7.10.
The specification of several supported elements (e.g. "Dhcp4", The specification of several supported elements (e.g. "Dhcp4",
"Dhcp6") in a single configuration file can be confusing and works "Dhcp6") in a single configuration file can be confusing and works

View File

@@ -148,7 +148,7 @@ above this object is called ``Dhcp4``.
In the current Kea release it is possible to specify configurations In the current Kea release it is possible to specify configurations
of multiple modules within a single configuration file, but this is of multiple modules within a single configuration file, but this is
not recommended and support for it was removed in 1.7.9 release, not recommended and support for it was removed in 1.7.10 release,
including the ``Logging`` object: its previous content, the list including the ``Logging`` object: its previous content, the list
of loggers, must now be inside the ``Dhcp4`` object. of loggers, must now be inside the ``Dhcp4`` object.

View File

@@ -149,7 +149,7 @@ above this object is called ``Dhcp6``.
In the current Kea release it is possible to specify configurations In the current Kea release it is possible to specify configurations
of multiple modules within a single configuration file, but this is of multiple modules within a single configuration file, but this is
not recommended and support for it was removed in 1.7.9 release, not recommended and support for it was removed in 1.7.10 release,
including the ``Logging`` object: its previous content, the list including the ``Logging`` object: its previous content, the list
of loggers, must now be inside the ``Dhcp6`` object. of loggers, must now be inside the ``Dhcp6`` object.

View File

@@ -18,7 +18,7 @@ useful when debugging a problem.
The logging system in Kea is configured through the loggers entry in the The logging system in Kea is configured through the loggers entry in the
server section of your configuration file. In previous Kea releases this server section of your configuration file. In previous Kea releases this
entry was in an independent Logging section; this was still supported entry was in an independent Logging section; this was still supported
for backward compatibility until Kea 1.7.8 included. for backward compatibility until Kea 1.7.9 included.
Loggers Loggers
------- -------

View File

@@ -1,4 +1,4 @@
// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 22 2020 17:22 // File created from ../../../src/lib/process/process_messages.mes on Mon Jun 29 2020 16:06
#include <cstddef> #include <cstddef>
#include <log/message_types.h> #include <log/message_types.h>

View File

@@ -1,4 +1,4 @@
// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 22 2020 17:22 // File created from ../../../src/lib/process/process_messages.mes on Mon Jun 29 2020 16:06
#ifndef PROCESS_MESSAGES_H #ifndef PROCESS_MESSAGES_H
#define PROCESS_MESSAGES_H #define PROCESS_MESSAGES_H