mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[#916] Updated for 1.7.10
This commit is contained in:
@@ -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
|
||||
able to print out a status.<br/><br/>
|
||||
-# 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.
|
||||
*/
|
||||
|
@@ -91,11 +91,11 @@ directory.
|
||||
"loggers" object) moved inside the configuration objects (maps) for the
|
||||
respective Kea modules. For example: the "Dhcp4" map contains the
|
||||
"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
|
||||
configuration level and "loggers" objects at the module configuration
|
||||
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",
|
||||
"Dhcp6") in a single configuration file can be confusing and works
|
||||
|
@@ -148,7 +148,7 @@ above this object is called ``Dhcp4``.
|
||||
|
||||
In the current Kea release it is possible to specify configurations
|
||||
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
|
||||
of loggers, must now be inside the ``Dhcp4`` object.
|
||||
|
||||
|
@@ -149,7 +149,7 @@ above this object is called ``Dhcp6``.
|
||||
|
||||
In the current Kea release it is possible to specify configurations
|
||||
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
|
||||
of loggers, must now be inside the ``Dhcp6`` object.
|
||||
|
||||
|
@@ -18,7 +18,7 @@ useful when debugging a problem.
|
||||
The logging system in Kea is configured through the loggers entry in the
|
||||
server section of your configuration file. In previous Kea releases this
|
||||
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
|
||||
-------
|
||||
|
@@ -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 <log/message_types.h>
|
||||
|
@@ -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
|
||||
#define PROCESS_MESSAGES_H
|
||||
|
Reference in New Issue
Block a user