]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4670] Addressed comments master
authorFrancis Dupont <fdupont@isc.org>
Wed, 5 Aug 2026 19:16:59 +0000 (21:16 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 5 Aug 2026 19:16:59 +0000 (21:16 +0200)
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/tests/dhcp6_test_utils.h

index 1cb910f6912d271c4e130a1552f52a3afc3441ef..3f8132b137ec3ae017b2fa8073a775e8c80c9f45 100644 (file)
@@ -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.
 
index cf3b20e7c68d278bb51f8079cba2f3e66968b82a..a6538b4daeb06876e8422a6086826b7141d3c19a 100644 (file)
@@ -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.
     ///