From: Wlodek Wencel Date: Tue, 24 Mar 2015 10:40:16 +0000 (+0100) Subject: [kea-0.9.1-release] reorder message files X-Git-Tag: trac3782_base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa404b7deac8005794df1fd02508de721dcdb86;p=thirdparty%2Fkea.git [kea-0.9.1-release] reorder message files --- diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes index 7d973a4065..7707044e94 100644 --- a/src/bin/dhcp4/dhcp4_messages.mes +++ b/src/bin/dhcp4/dhcp4_messages.mes @@ -74,10 +74,6 @@ change is committed by the administrator. A debug message indicating that the DHCPv4 server has received an updated configuration from the Kea configuration system. -% DHCP4_DISCOVER_CLASS_PROCESSING_FAILED client class specific processing failed for DHCPDISCOVER -This debug message means that the server processing that is unique for each -client class has reported a failure. The response packet will not be sent. - % DHCP4_DDNS_REQUEST_SEND_FAILED failed sending a request to kea-dhcp-ddns, error: %1, ncr: %2 This error message indicates that DHCP4 server attempted to send a DDNS update request to the DHCP-DDNS server. This is most likely a configuration or @@ -93,6 +89,10 @@ This error message is logged when the attempt to compute DHCID for a specified lease has failed. The lease details and reason for failure is logged in the message. +% DHCP4_DISCOVER_CLASS_PROCESSING_FAILED client class specific processing failed for DHCPDISCOVER +This debug message means that the server processing that is unique for each +client class has reported a failure. The response packet will not be sent. + % DHCP4_DYNAMIC_RECONFIGURATION initiate server reconfiguration using file: %1, after receiving SIGHUP signal This is the info message logged when the DHCPv4 server starts reconfiguration as a result of receiving SIGHUP signal. diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 3a347ec47d..d06cbded3b 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -179,12 +179,6 @@ the database access parameters are changed: in the latter case, the server closes the currently open database, and opens a database using the new parameters. -% DHCPSRV_DISCOVER_ADDRESS_CONFLICT conflicting reservation for address %1 with existing lease %2 -This warning message is issued when the DHCP server finds that the -address reserved for the client can't be offered because this address -is currently allocated to another client. The server will try to allocate -a different address to the client to use until the conflict is resolved. - % DHCPSRV_DHCP_DDNS_ERROR_EXCEPTION error handler for DHCP_DDNS IO generated an expected exception: %1 This is an error message that occurs when an attempt to send a request to kea-dhcp-ddns fails there registered error handler threw an uncaught exception. @@ -222,6 +216,12 @@ have been experienced. Any such errors should have preceding entries in the log with details. No further attempts to communicate with kea-dhcp-ddns will be made without intervention. +% DHCPSRV_DISCOVER_ADDRESS_CONFLICT conflicting reservation for address %1 with existing lease %2 +This warning message is issued when the DHCP server finds that the +address reserved for the client can't be offered because this address +is currently allocated to another client. The server will try to allocate +a different address to the client to use until the conflict is resolved. + % DHCPSRV_HOOK_LEASE4_RENEW_SKIP DHCPv4 lease was not renewed because a callout set the skip flag. This debug message is printed when a callout installed on lease4_renew hook point set the skip flag. For this particular hook point, the setting