diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes index 994f004dbc6fafcf595ff85650983eba4bfb7ebd..b5645906be0c9728e46120a1cb28983f80c5e092 100644 --- a/src/bin/dhcp4/dhcp4_messages.mes +++ b/src/bin/dhcp4/dhcp4_messages.mes @@ -26,29 +26,29 @@ to establish a session with the BIND 10 control channel. A debug message listing the command (and possible arguments) received from the BIND 10 control system by the IPv4 DHCP server. +% DHCP4_CONFIG_COMPLETE DHCPv4 server has completed configuration: %1 +This is an informational message announcing the successful processing of a +new configuration. it is output during server startup, and when an updated +configuration is committed by the administrator. Additional information +may be provided. + % DHCP4_CONFIG_LOAD_FAIL failed to load configuration: %1 This critical error message indicates that the initial DHCPv4 configuration has failed. The server will start, but nothing will be served until the configuration has been corrected. -% DHCP4_CONFIG_UPDATE updated configuration received: %1 -A debug message indicating that the IPv4 DHCP server has received an -updated configuration from the BIND 10 configuration system. +% DHCP4_CONFIG_NEW_SUBNET A new subnet has been added to configuration: %1 +This is an informational message reporting that the configuration has +been extended to include the specified IPv4 subnet. % DHCP4_CONFIG_START DHCPv4 server is processing the following configuration: %1 This is a debug message that is issued every time the server receives a configuration. That happens at start up and also when a server configuration change is committed by the administrator. -% DHCP4_CONFIG_NEW_SUBNET A new subnet has been added to configuration: %1 -This is an informational message reporting that the configuration has -been extended to include the specified IPv4 subnet. - -% DHCP4_CONFIG_COMPLETE DHCPv4 server has completed configuration: %1 -This is an informational message announcing the successful processing of a -new configuration. it is output during server startup, and when an updated -configuration is committed by the administrator. Additional information -may be provided. +% DHCP4_CONFIG_UPDATE updated configuration received: %1 +A debug message indicating that the IPv4 DHCP server has received an +updated configuration from the BIND 10 configuration system. % DHCP4_NOT_RUNNING IPv4 DHCP server is not running A warning message is issued when an attempt is made to shut down the diff --git a/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes index 6ab42b3c96a8ba3953425deb6be35a4403fcb106..74ab4019b8aa39d18a0fcb6414b03c2fad24931b 100644 --- a/src/bin/dhcp6/dhcp6_messages.mes +++ b/src/bin/dhcp6/dhcp6_messages.mes @@ -86,13 +86,6 @@ This message indicates that the server failed to grant (in response to received REQUEST) a lease for a given client. There may be many reasons for such failure. Each specific failure is logged in a separate log entry. -% DHCP6_REQUIRED_OPTIONS_CHECK_FAIL %1 message received from %2 failed the following check: %3 -This message indicates that received DHCPv6 packet is invalid. This may be due -to a number of reasons, e.g. the mandatory client-id option is missing, -the server-id forbidden in that particular type of message is present, -there is more than one instance of client-id or server-id present, -etc. The exact reason for rejecting the packet is included in the message. - % DHCP6_NOT_RUNNING IPv6 DHCP server is not running A warning message is issued when an attempt is made to shut down the IPv6 DHCP server but it is not running. @@ -149,6 +142,13 @@ as a hint for possible requested address. % DHCP6_QUERY_DATA received packet length %1, data length %2, data is %3 A debug message listing the data received from the client or relay. +% DHCP6_REQUIRED_OPTIONS_CHECK_FAIL %1 message received from %2 failed the following check: %3 +This message indicates that received DHCPv6 packet is invalid. This may be due +to a number of reasons, e.g. the mandatory client-id option is missing, +the server-id forbidden in that particular type of message is present, +there is more than one instance of client-id or server-id present, +etc. The exact reason for rejecting the packet is included in the message. + % DHCP6_RESPONSE_DATA responding with packet type %1 data is %2 A debug message listing the data returned to the client.