From: Dan Theisen Date: Tue, 7 Jun 2022 00:07:00 +0000 (-0700) Subject: [#2395] Generate alloc_engine_messages.cc X-Git-Tag: Kea-2.1.7~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d08920832adcc2605699f1704b9b944fe550d5d3;p=thirdparty%2Fkea.git [#2395] Generate alloc_engine_messages.cc --- diff --git a/src/lib/dhcpsrv/alloc_engine_messages.cc b/src/lib/dhcpsrv/alloc_engine_messages.cc index 55ec69b93c..b8867aa3d8 100644 --- a/src/lib/dhcpsrv/alloc_engine_messages.cc +++ b/src/lib/dhcpsrv/alloc_engine_messages.cc @@ -127,7 +127,7 @@ const char* values[] = { "ALLOC_ENGINE_V6_ALLOC_FAIL_CLASSES", "%1: Failed to allocate an IPv6 address for client with classes: %2", "ALLOC_ENGINE_V6_ALLOC_FAIL_NO_POOLS", "%1: no pools were available for the lease allocation", "ALLOC_ENGINE_V6_ALLOC_FAIL_SHARED_NETWORK", "%1: failed to allocate a lease in the shared network %2: %3 subnets have no available leases, %4 subnets have no matching pools", - "ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET", "%1: failed to allocate an IPv6 lease in the subnet with id %2", + "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_HR_LEASE_EXISTS", "%1: lease type %2 for reserved address/prefix %3 already exists", "ALLOC_ENGINE_V6_ALLOC_LEASES_HR", "leases and static reservations found for client %1", "ALLOC_ENGINE_V6_ALLOC_LEASES_NO_HR", "no reservations found but leases exist for client %1",