diff options
Diffstat (limited to 'src/hooks/dhcp/bootp/bootp_messages.mes')
-rw-r--r-- | src/hooks/dhcp/bootp/bootp_messages.mes | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/hooks/dhcp/bootp/bootp_messages.mes b/src/hooks/dhcp/bootp/bootp_messages.mes new file mode 100644 index 0000000..7073f65 --- /dev/null +++ b/src/hooks/dhcp/bootp/bootp_messages.mes @@ -0,0 +1,35 @@ +# Copyright (C) 2019-2020 Internet Systems Consortium, Inc. ("ISC") + +% BOOTP_BOOTP_QUERY recognized a BOOTP query: %1 +This debug message is printed when the BOOTP query was recognized. The +BOOTP client class was added and the message type set to DHCPREQUEST. +The query client and transaction identification are displayed. + +% BOOTP_LOAD Bootp hooks library has been loaded +This info message indicates that the Bootp hooks library has been loaded. + +% BOOTP_PACKET_OPTIONS_SKIPPED an error unpacking an option, caused subsequent options to be skipped: %1 +A debug message issued when an option failed to unpack correctly, making it +impossible to unpack the remaining options in the DHCPv4 query. The server +will still attempt to service the packet. The sole argument provides a +reason for unpacking error. + +% BOOTP_PACKET_PACK %1: preparing on-wire format of the packet to be sent +This debug message is issued when the server starts preparing the on-wire +format of the packet to be sent back to the client. The argument specifies +the client and the transaction identification information. + +% BOOTP_PACKET_PACK_FAIL %1: preparing on-wire-format of the packet to be sent failed %2 +This error message is issued when preparing an on-wire format of the +packet has failed. The first argument identifies the client and the +BOOTP transaction. The second argument includes the error string. + +% BOOTP_PACKET_UNPACK_FAILED failed to parse query from %1 to %2, received over interface %3, reason: %4 +This debug message is issued when received DHCPv4 query is malformed and +can't be parsed by the buffer4_receive callout. The query will be +dropped by the server. The first three arguments specify source IP address, +destination IP address and the interface. The last argument provides a +reason for failure. + +% BOOTP_UNLOAD Bootp hooks library has been unloaded +This info message indicates that the Bootp hooks library has been unloaded. |