From a6a3d19198a30840ccd5dcb7e2bf87ed44db8ebc Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 5 Aug 2026 21:16:59 +0200 Subject: [PATCH] [#4670] Addressed comments --- src/bin/dhcp6/dhcp6_messages.mes | 8 ++++---- src/bin/dhcp6/tests/dhcp6_test_utils.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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. /// -- 2.47.3