mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[2320] Minor changes to the documentation
This commit is contained in:
@@ -3504,7 +3504,7 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1";</screen>
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara>RFC2131: Supported messages are DISCOVER, OFFER,
|
<simpara>RFC2131: Supported messages are DISCOVER, OFFER,
|
||||||
REQUEST, ACK, NACK, RELEASE.</simpara>
|
REQUEST, ACK, NAK, RELEASE.</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara>RFC2132: Supported options are: PAD (0),
|
<simpara>RFC2132: Supported options are: PAD (0),
|
||||||
|
@@ -123,10 +123,11 @@ This debug message indicates that an address was released properly. It
|
|||||||
is a normal operation during client shutdown.
|
is a normal operation during client shutdown.
|
||||||
|
|
||||||
% DHCP4_RELEASE_EXCEPTION exception %1 while trying to release address %2
|
% DHCP4_RELEASE_EXCEPTION exception %1 while trying to release address %2
|
||||||
This error message indicates that an exception was raised during an attempt
|
This message is output when an error was encountered during an attempt
|
||||||
to process RELEASE message. This does not affect the client as it does not expect
|
to process a RELEASE message. The error will not affect the client,
|
||||||
any response for RELEASE message. Depending on the nature of exception it may
|
which does not expect any response from the server for RELEASE
|
||||||
affect future server operation.
|
messages. Depending on the nature of problem, it may affect future
|
||||||
|
server operation.
|
||||||
|
|
||||||
% DHCP4_RELEASE_FAIL failed to remove lease for address %1 for duid %2, hwaddr %3
|
% DHCP4_RELEASE_FAIL failed to remove lease for address %1 for duid %2, hwaddr %3
|
||||||
This error message indicates that the software failed to remove a
|
This error message indicates that the software failed to remove a
|
||||||
|
Reference in New Issue
Block a user