66
77$NAMESPACE isc::dhcp
88
9- % DHCP4_ACTIVATE_INTERFACE activating interface %1
10- This message is printed when DHCPv4 server enabled an interface to be used
11- to receive DHCPv4 traffic. IPv4 socket on this interface will be opened once
12- Interface Manager starts up procedure of opening sockets.
13-
149% DHCP4_ALREADY_RUNNING %1 already running? %2
1510This is an error message that occurs when the DHCPv4 server encounters
1611a pre-existing PID file which contains the PID of a running process.
@@ -171,25 +166,12 @@ new configuration. It is output during server startup, and when an updated
171166configuration is committed by the administrator. Additional information
172167may be provided.
173168
174- % DHCP4_CONFIG_FETCH Fetching configuration data from config backends.
175- This is an informational message emitted when the DHCPv4 server about to begin
176- retrieving configuration data from one or more configuration backends.
177-
178169% DHCP4_CONFIG_LOAD_FAIL configuration error using file: %1, reason: %2
179170This error message indicates that the DHCPv4 configuration has failed.
180171If this is an initial configuration (during server's startup) the server
181172will fail to start. If this is a dynamic reconfiguration attempt the
182173server will continue to use an old configuration.
183174
184- % DHCP4_CONFIG_NEW_SUBNET a new subnet has been added to configuration: %1
185- This is an informational message reporting that the configuration has
186- been extended to include the specified IPv4 subnet.
187-
188- % DHCP4_CONFIG_OPTION_DUPLICATE multiple options with the code %1 added to the subnet %2
189- This warning message is issued on an attempt to configure multiple options
190- with the same option code for a particular subnet. Adding multiple options
191- is uncommon for DHCPv4, but is not prohibited.
192-
193175% DHCP4_CONFIG_PACKET_QUEUE DHCPv4 packet queue info after configuration: %1
194176This informational message is emitted during DHCPv4 server configuration,
195177immediately after configuring the DHCPv4 packet queue. The information
@@ -224,10 +206,6 @@ issued). Finally, the server could be restarted completely.
224206This error message is issued when the configuration includes an unsupported
225207object (i.e. a top level element).
226208
227- % DHCP4_CONFIG_UPDATE updated configuration received: %1
228- A debug message indicating that the DHCPv4 server has received an
229- updated configuration from the Kea configuration system.
230-
231209% DHCP4_DB_RECONNECT_DISABLED database reconnect is disabled: max-reconnect-tries %1, reconnect-wait-time %2
232210This is an informational message indicating that connectivity to either the
233211lease or host database or both and that automatic reconnect is not enabled.
@@ -259,11 +237,6 @@ This error message indicates that DHCP4 server attempted to send a DDNS
259237update request to the DHCP-DDNS server. This is most likely a configuration or
260238networking error.
261239
262- % DHCP4_DEACTIVATE_INTERFACE deactivate interface %1
263- This message is printed when DHCPv4 server disables an interface from being
264- used to receive DHCPv4 traffic. Sockets on this interface will not be opened
265- by the Interface Manager until interface is enabled.
266-
267240% DHCP4_DECLINE_FAIL %1: error on decline lease for address %2: %3
268241This error message indicates that the software failed to decline a
269242lease from the lease database due to an error during a database
@@ -435,10 +408,6 @@ This debug message is issued when the server did not receive a Hostname option
435408from the client and hostname generation is enabled. This provides a means to
436409create DNS entries for unsophisticated clients.
437410
438- % DHCP4_HANDLE_SIGNAL_EXCEPTION An exception was thrown while handing signal: %1
439- This error message is printed when an ISC or standard exception was raised during signal
440- processing. This likely indicates a coding error and should be reported to ISC.
441-
442411% DHCP4_HOOK_BUFFER_RCVD_DROP received buffer from %1 to %2 over interface %3 was dropped because a callout set the drop flag
443412Logged at debug log level 15.
444413This debug message is printed when a callout installed on buffer4_receive
@@ -654,16 +623,6 @@ respond. The first argument includes the client and the transaction id
654623identification information. The second argument includes the IPv4 address
655624requested by the client.
656625
657- % DHCP4_NO_SOCKETS_OPEN no interface configured to listen to DHCP traffic
658- This warning message is issued when current server configuration specifies
659- no interfaces that server should listen on, or specified interfaces are not
660- configured to receive the traffic.
661-
662- % DHCP4_OPEN_CONFIG_DB Opening configuration database: %1
663- This message is printed when the DHCPv4 server is attempting to open a
664- configuration database. The database access string with password redacted
665- is logged.
666-
667626% DHCP4_OPEN_SOCKET opening service sockets on port %1
668627Logged at debug log level 0.
669628A debug message issued during startup, this indicates that the DHCPv4
@@ -679,10 +638,6 @@ This is an error message indicating a programmatic error that should not occur.
679638It prohibits the server from attempting to bind to its service sockets if they
680639are unavailable, and the server exits. This error should be reported.
681640
682- % DHCP4_OPEN_SOCKET_FAIL failed to open socket: %1
683- A warning message issued when IfaceMgr fails to open and bind a socket. The reason
684- for the failure is appended as an argument of the log message.
685-
686641% DHCP4_PACKET_DROP_0001 %1: failed to parse packet from %2 to %3, received over interface %4, reason: %5, %6
687642Logged at debug log level 15.
688643The DHCPv4 server has received a packet that it is unable to
@@ -824,11 +779,6 @@ A debug message issued when an option failed to unpack correctly, making it
824779impossible to unpack the remaining options in the packet. The server will
825780server will still attempt to service the packet.
826781
827- % DHCP4_PACKET_OPTION_UNPACK_FAIL An error unpacking the option %1: %2
828- A debug message issued when an option failed to unpack correctly, making it
829- to be left unpacked in the packet. The first argument is the option code,
830- the second the error.
831-
832782% DHCP4_PACKET_PACK %1: preparing on-wire format of the packet to be sent
833783Logged at debug log level 50.
834784This debug message is issued when the server starts preparing the on-wire
@@ -1093,14 +1043,6 @@ the lease store. The first argument includes the client and the transaction
10931043identification information. The second argument holds the IPv4 address for which
10941044the decline was attempted.
10951045
1096- % DHCP4_SERVER_INITIATED_DECLINE_FAILED %1: error on server-initiated decline lease for address %2: %3
1097- This error message indicates that the software failed to decline a
1098- lease from the lease database due to an error during a database
1099- operation. The first argument includes the client and the transaction
1100- identification information. The second argument holds the IPv4 address
1101- for which the decline was attempted. The last one contains the reason of
1102- failure.
1103-
11041046% DHCP4_SERVER_INITIATED_DECLINE_RESOURCE_BUSY %1: error declining a lease for address %2
11051047This error message indicates that while one server thread was attempting to mark
11061048a lease as DECLINED, it was already locked by another thread. The first argument
0 commit comments