]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2395] Make suggested changes from Code Review
authorDan Theisen <djt@isc.org>
Wed, 8 Jun 2022 22:56:02 +0000 (15:56 -0700)
committerDan Theisen <djt@isc.org>
Mon, 13 Jun 2022 15:57:28 +0000 (15:57 +0000)
ChangeLog
src/lib/dhcpsrv/alloc_engine_messages.mes

index 0949ea85ac3d927f0a862aa2b88cf61df24e4a43..35266e1412c827bad9c921ada6aa51c44ee68283 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@ Kea 2.1.6 (development) released on May 25 2022
        The ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET log message format has
        changed to be consistent with the format of
        ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET.
+       (Gitlab #2395)
 
 2022.  [func]          andrei, djt
        kea-admin lease-upload now calls the lease file cleanup (LFC)
index 4ae4b97a68a1499bd388580d1d69bc610ce15c29..551f8cdf621d095b1e3217ec376c11d77be0c460 100644 (file)
@@ -88,7 +88,7 @@ an operator can identify the situations when there are no addresses left
 in some of the pools. He or she can also identify a client classification
 misconfigurations causing some clients to be refused the service.
 
-% ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET %1: failed to allocate an IPv4 address in the subnet %2, subnet-id %3, shared network %4
+% ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET %1: failed to allocate an IPv4 lease in the subnet %2, subnet-id %3, shared network %4
 This warning message is issued when the allocation engine fails to allocate
 a lease for a client connected to a subnet. The first argument includes the
 client identification information. The second and third arguments identify
@@ -345,7 +345,7 @@ an operator can identify the situations when there are no leases left
 in some of the pools. He or she can also identify client classification
 misconfigurations causing some clients to be refused the service.
 
-% ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET %1: failed to allocate an IPv6 address in the subnet %2, subnet-id %3, shared network %4
+% ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET %1: failed to allocate an IPv6 lease in the subnet %2, subnet-id %3, shared network %4
 This warning message is issued when the allocation engine fails to allocate
 a lease for a client connected to a subnet. The first argument includes the
 client identification information. The second and third arguments identify