From: Dan Theisen Date: Wed, 8 Jun 2022 22:56:02 +0000 (-0700) Subject: [#2395] Make suggested changes from Code Review X-Git-Tag: Kea-2.1.7~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a75656643efb928d48d3a9caf5cb9706c552ad94;p=thirdparty%2Fkea.git [#2395] Make suggested changes from Code Review --- diff --git a/ChangeLog b/ChangeLog index 0949ea85ac..35266e1412 100644 --- 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) diff --git a/src/lib/dhcpsrv/alloc_engine_messages.mes b/src/lib/dhcpsrv/alloc_engine_messages.mes index 4ae4b97a68..551f8cdf62 100644 --- a/src/lib/dhcpsrv/alloc_engine_messages.mes +++ b/src/lib/dhcpsrv/alloc_engine_messages.mes @@ -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