]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[694-add-valid-lifetime-to-dhcp4_lease_alloc-and-dhcp6_lease_alloc-logging] Added...
authorFrancis Dupont <fdupont@isc.org>
Wed, 26 Jun 2019 10:09:05 +0000 (12:09 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 26 Jun 2019 10:09:37 +0000 (06:09 -0400)
src/bin/dhcp4/dhcp4_messages.cc
src/bin/dhcp4/dhcp4_messages.h
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.cc
src/bin/dhcp6/dhcp6_messages.h
src/bin/dhcp6/dhcp6_messages.mes

index 647ff93b8440ed31a71388ca10a0884d09c2a639..cad1111a56b4c1e74c105d92bde3f736bf7034f1 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Tue Jun 25 2019 10:19
+// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Wed Jun 26 2019 12:06
 
 #include <cstddef>
 #include <log/message_types.h>
@@ -210,7 +210,7 @@ const char* values[] = {
     "DHCP4_INIT_FAIL", "failed to initialize Kea server: %1",
     "DHCP4_INIT_REBOOT", "%1: client is in INIT-REBOOT state and requests address %2",
     "DHCP4_LEASE_ADVERT", "%1: lease %2 will be advertised",
-    "DHCP4_LEASE_ALLOC", "%1: lease %2 has been allocated for %3",
+    "DHCP4_LEASE_ALLOC", "%1: lease %2 has been allocated for %3 seconds",
     "DHCP4_NCR_CREATE", "%1: DDNS updates enabled, therefore sending name change requests",
     "DHCP4_NCR_CREATION_FAILED", "%1: failed to generate name change requests for DNS: %2",
     "DHCP4_NOT_RUNNING", "DHCPv4 server is not running",
index 941eace4e8e2874142a143d20bc769bfd50f4e42..8df9616b326d6151bfb552f983c322cdf0d7727c 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Tue Jun 25 2019 10:19
+// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Wed Jun 26 2019 12:06
 
 #ifndef DHCP4_MESSAGES_H
 #define DHCP4_MESSAGES_H
index 4c323ebd4ff358ca5cbbb6f896472bde65b9fcde..f7f1251440318a0fd1c2b09cdb96b46b28cbf195 100644 (file)
@@ -399,7 +399,7 @@ those which offered leases and continue allocation with that server.
 The first argument specifies the client and the transaction identification
 information. The second argument specifies the IPv4 address to be offered.
 
-% DHCP4_LEASE_ALLOC %1: lease %2 has been allocated for %3
+% DHCP4_LEASE_ALLOC %1: lease %2 has been allocated for %3 seconds
 This informational message indicates that the server successfully granted a
 lease in response to client's DHCPREQUEST message. The lease information will
 be sent to the client in the DHCPACK message. The first argument contains the
index 5500461098e4c2ca75c88236c1508c3695921ff5..ccca0726be679b723b9593eb726018e0152a81d7 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/bin/dhcp6/dhcp6_messages.mes on Tue Jun 25 2019 10:19
+// File created from ../../../src/bin/dhcp6/dhcp6_messages.mes on Wed Jun 26 2019 12:07
 
 #include <cstddef>
 #include <log/message_types.h>
@@ -217,7 +217,7 @@ const char* values[] = {
     "DHCP6_INIT_FAIL", "failed to initialize Kea server: %1",
     "DHCP6_LEASE_ADVERT", "%1: lease for address %2 and iaid=%3 will be advertised",
     "DHCP6_LEASE_ADVERT_FAIL", "%1: failed to advertise an address lease for iaid=%2",
-    "DHCP6_LEASE_ALLOC", "%1: lease for address %2 and iaid=%3 has been allocated for %4",
+    "DHCP6_LEASE_ALLOC", "%1: lease for address %2 and iaid=%3 has been allocated for %4 seconds",
     "DHCP6_LEASE_ALLOC_FAIL", "%1: failed to grant an address lease for iaid=%2",
     "DHCP6_LEASE_DATA", "%1: detailed lease information for iaid=%2: %3",
     "DHCP6_LEASE_NA_WITHOUT_DUID", "%1: address lease for address %2 does not have a DUID",
@@ -246,7 +246,7 @@ const char* values[] = {
     "DHCP6_PARSER_FAIL", "failed to create or run parser for configuration element %1: %2",
     "DHCP6_PD_LEASE_ADVERT", "%1: lease for prefix %2/%3 and iaid=%4 will be advertised",
     "DHCP6_PD_LEASE_ADVERT_FAIL", "%1: failed to advertise a prefix lease for iaid=%2",
-    "DHCP6_PD_LEASE_ALLOC", "%1: lease for prefix %2/%3 and iaid=%4 has been allocated for %5",
+    "DHCP6_PD_LEASE_ALLOC", "%1: lease for prefix %2/%3 and iaid=%4 has been allocated for %5 seconds",
     "DHCP6_PD_LEASE_ALLOC_FAIL", "%1: failed to grant a prefix lease for iaid=%2",
     "DHCP6_PD_LEASE_RENEW", "%1: lease for prefix %2/%3 and iaid=%4 has been allocated",
     "DHCP6_PROCESS_IA_NA_EXTEND", "%1: extending lease lifetime for IA_NA option with iaid=%2",
index 61b1acc8d0dfb8427d2050489111d57b17a4bb2f..05059101595f17dcbd792248cebcce33724c1c06 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/bin/dhcp6/dhcp6_messages.mes on Tue Jun 25 2019 10:19
+// File created from ../../../src/bin/dhcp6/dhcp6_messages.mes on Wed Jun 26 2019 12:07
 
 #ifndef DHCP6_MESSAGES_H
 #define DHCP6_MESSAGES_H
index 17dadf5ade1b2f07ec9e558f0d88a198f19a4bb7..ac797aaf1f47a9126e89baeb4b45948525b3b180 100644 (file)
@@ -429,7 +429,7 @@ be many reasons for such failure. Each failure is logged in a separate
 log entry. The first argument holds the client and transaction identification
 information. The second argument holds the IAID.
 
-% DHCP6_LEASE_ALLOC %1: lease for address %2 and iaid=%3 has been allocated for %4
+% DHCP6_LEASE_ALLOC %1: lease for address %2 and iaid=%3 has been allocated for %4 seconds
 This informational message indicates that in response to a client's REQUEST
 message, the server successfully granted a non-temporary address
 lease. This is a normal behavior and indicates successful operation.
@@ -612,7 +612,7 @@ be many reasons for such failure. Each failure is logged in a separate
 log entry. The first argument holds the client and transaction identification
 information. The second argument holds the IAID.
 
-% DHCP6_PD_LEASE_ALLOC %1: lease for prefix %2/%3 and iaid=%4 has been allocated for %5
+% DHCP6_PD_LEASE_ALLOC %1: lease for prefix %2/%3 and iaid=%4 has been allocated for %5 seconds
 This informational message indicates that in response to a client's REQUEST
 message, the server successfully granted a prefix lease.
 This is a normal behavior and indicates successful operation.