From: Francis Dupont Date: Wed, 5 Aug 2026 19:16:59 +0000 (+0200) Subject: [#4670] Addressed comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fkea.git [#4670] Addressed comments --- diff --git a/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes index 1cb910f691..3f8132b137 100644 --- a/src/bin/dhcp6/dhcp6_messages.mes +++ b/src/bin/dhcp6/dhcp6_messages.mes @@ -1034,8 +1034,8 @@ respectively. % DHCP6_RELEASE_NA_FAIL_NOT_ASSIGNED %1: client tried to release address %2 which is not assigned Logged at debug log level 40. This debug message is issued when a client is trying to release an address -which is not assigned (no lease or a lease not in default / assigned state -e.g. kept for the client by the lease affinity feature in the released state). +for which there is no lease or the lease is not in default / assigned state +(e.g. kept for the client by the lease affinity feature in the released state). The first argument includes the client and the transaction identification information. The second argument specifies the address. @@ -1084,8 +1084,8 @@ its length. The fourth argument holds the IAID. % DHCP6_RELEASE_PD_FAIL_NOT_ASSIGNED %1: client tried to release prefix %2/%3 which is not assigned Logged at debug log level 40. This debug message is issued when a client is trying to release a prefix -which is not assigned (no lease or a lease not in default / assigned state -e.g. kept for the client by the lease affinity feature in the released state). +for which there is no lease or the lease is not in default / assigned state +(e.g. kept for the client by the lease affinity feature in the released state). The first argument includes the client and the transaction identification information. The second and third arguments specify the prefix. diff --git a/src/bin/dhcp6/tests/dhcp6_test_utils.h b/src/bin/dhcp6/tests/dhcp6_test_utils.h index cf3b20e7c6..a6538b4dae 100644 --- a/src/bin/dhcp6/tests/dhcp6_test_utils.h +++ b/src/bin/dhcp6/tests/dhcp6_test_utils.h @@ -965,7 +965,7 @@ public: testReleaseAndReclaim(isc::dhcp::Lease::Type type); /// @brief Performs double RELEASE test for an address within a subnet - /// and does not cause counters to decrease below 0. + /// which should not cause counters to decrease below 0. /// /// This method does not throw, but uses gtest macros to signify failures. ///