|
@@ -327,7 +327,7 @@ issue that prevents it from starting up properly. Attached error message
|
|
|
provides more details about the issue.
|
|
|
|
|
|
% DHCP6_LEASE_ADVERT %1: lease for address %2 and iaid=%3 will be advertised
|
|
|
-This debug message indicates that the server will advertise an
|
|
|
+This informational message indicates that the server will advertise an
|
|
|
address to the client in the ADVERTISE message. The client will
|
|
|
request allocation of this address with the REQUEST message sent
|
|
|
in the next message exchange. The first argument includes the client
|
|
@@ -342,8 +342,8 @@ log entry. The first argument holds the client and transaction identification
|
|
|
information. The second argument holds the IAID.
|
|
|
|
|
|
% DHCP6_LEASE_ALLOC %1: lease for address %2 and iaid=%3 has been allocated
|
|
|
-This debug message indicates that in response to a client's REQUEST
|
|
|
-message, the server successfully granted an non-temporary address
|
|
|
+This informational message indicates that in response to a client's REQUEST
|
|
|
+message, the server successfully granted a non-temporary address
|
|
|
lease. This is a normal behavior and indicates successful operation.
|
|
|
The first argument includes the client and transaction identification
|
|
|
information. The remaining arguments hold the allocated address and
|
|
@@ -356,6 +356,14 @@ be many reasons for such failure. Each failure is logged in a separate
|
|
|
log entry. The first argument holds the client and transaction identification
|
|
|
information. The second argument holds the IAID.
|
|
|
|
|
|
+% DHCP6_LEASE_RENEW %1: lease for address %2 and iaid=%3 has been allocated
|
|
|
+This informational message indicates that in response to a client's REQUEST
|
|
|
+message, the server successfully renewed a non-temporary address
|
|
|
+lease. This is a normal behavior and indicates successful operation.
|
|
|
+The first argument includes the client and transaction identification
|
|
|
+information. The remaining arguments hold the allocated address and
|
|
|
+IAID.
|
|
|
+
|
|
|
% DHCP6_LEASE_DATA %1: detailed lease information for iaid=%2: %3
|
|
|
This debug message is used to print the detailed information about the
|
|
|
allocated lease or a lease which will be advertised to the client.
|
|
@@ -489,7 +497,7 @@ parsing actions and committal of changes failed. The reason for the
|
|
|
failure is given in the message.
|
|
|
|
|
|
% DHCP6_PD_LEASE_ADVERT %1: lease for prefix %2/%3 and iaid=%4 will be advertised
|
|
|
-This debug message indicates that the server will advertise a
|
|
|
+This informational message indicates that the server will advertise a
|
|
|
prefix to the client in the ADVERTISE message. The client will
|
|
|
request allocation of this prefix with the REQUEST message sent
|
|
|
in the next message exchange. The first argument includes the client
|
|
@@ -504,9 +512,9 @@ log entry. The first argument holds the client and transaction identification
|
|
|
information. The second argument holds the IAID.
|
|
|
|
|
|
% DHCP6_PD_LEASE_ALLOC %1: lease for prefix %2/%3 and iaid=%4 has been allocated
|
|
|
-This debug message indicates that in response to a client's REQUEST
|
|
|
-message, the server successfully granted an non-temporary address
|
|
|
-lease. This is a normal behavior and indicates successful operation.
|
|
|
+This informational message indicates that in response to a client's REQUEST
|
|
|
+message, the server successfully granted a prefix lease.
|
|
|
+This is a normal behavior and indicates successful operation.
|
|
|
The first argument includes the client and transaction identification
|
|
|
information. The remaining arguments hold the allocated prefix,
|
|
|
prefix length and and IAID.
|
|
@@ -518,6 +526,14 @@ for such failure. Each failure is logged in a separate log entry. The first
|
|
|
argument holds the client and transaction identification information.
|
|
|
The second argument holds the IAID.
|
|
|
|
|
|
+% DHCP6_PD_LEASE_RENEW %1: lease for prefix %2/%3 and iaid=%4 has been allocated
|
|
|
+This informational message indicates that in response to a client's REQUEST
|
|
|
+message, the server successfully renewed a prefix lease.
|
|
|
+This is a normal behavior and indicates successful operation.
|
|
|
+The first argument includes the client and transaction identification
|
|
|
+information. The remaining arguments hold the allocated prefix,
|
|
|
+prefix length and and IAID.
|
|
|
+
|
|
|
% DHCP6_PROCESS_IA_NA_EXTEND %1: extending lease lifetime for IA_NA option with iaid=%2
|
|
|
This message is logged when the server is starting to extend the lifetime
|
|
|
of the address lease associated with the particular IAID. The first argument
|
|
@@ -566,7 +582,7 @@ server for the subnet on which the client is connected. The argument
|
|
|
specifies the client and transaction identification information.
|
|
|
|
|
|
% DHCP6_RELEASE_NA %1: binding for address %2 and iaid=%3 was released properly
|
|
|
-This debug message indicates that an address was released properly. It
|
|
|
+This informational message indicates that an address was released properly. It
|
|
|
is a normal operation during client shutdown.
|
|
|
|
|
|
% DHCP6_RELEASE_NA_FAIL %1: failed to remove address lease for address %2 and iaid=%3
|
|
@@ -594,7 +610,7 @@ IA (identity association) container. This probably means that the client's
|
|
|
support for multiple addresses is flawed.
|
|
|
|
|
|
% DHCP6_RELEASE_PD %1: prefix %2/%3 for iaid=%4 was released properly
|
|
|
-This debug message indicates that a prefix was released properly. It
|
|
|
+This informational message indicates that a prefix was released properly. It
|
|
|
is a normal operation during client shutdown. The first argument holds
|
|
|
the client and transaction identification information. The second and
|
|
|
third argument define the prefix and its length. The fourth argument
|