-// 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>
"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",
-// 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
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
-// 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>
"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",
"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",
-// 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
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.
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.