diff options
author | Francis Dupont <fdupont@isc.org> | 2018-03-31 16:49:15 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-03-31 16:49:15 +0200 |
commit | a0bb7188df47a0f8020ff57739c5a6ab5f7e9828 (patch) | |
tree | b48c3702fcbb03d4d728b24a6bdd38b0d00885f0 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [master] Added ChangeLog entry for #5470. (diff) | |
parent | [5469] Corrections in doxygen for lease_cmds. (diff) | |
download | kea-a0bb7188df47a0f8020ff57739c5a6ab5f7e9828.tar.xz kea-a0bb7188df47a0f8020ff57739c5a6ab5f7e9828.zip |
[master] Finishing merge of trac5469 (lease6-get-all)
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 3e279513c9..245c497f67 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -471,6 +471,10 @@ in the message. A debug message issued when the server is attempting to obtain all IPv4 leases from the memory file database. +% DHCPSRV_MEMFILE_GET6 obtaining all IPv6 leases +A debug message issued when the server is attempting to obtain all IPv6 +leases from the memory file database. + % DHCPSRV_MEMFILE_GET_ADDR4 obtaining IPv4 lease for address %1 A debug message issued when the server is attempting to obtain an IPv4 lease from the memory file database for the specified address. @@ -518,6 +522,10 @@ lease from the memory file database for a client with the specified IAID A debug message issued when the server is attempting to obtain all IPv4 leases for a given subnet identifier from the memory file database. +% DHCPSRV_MEMFILE_GET_SUBID6 obtaining IPv6 leases for subnet ID %1 +A debug message issued when the server is attempting to obtain all IPv6 +leases for a given subnet identifier from the memory file database. + % DHCPSRV_MEMFILE_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2 A debug message issued when the server is attempting to obtain an IPv4 lease from the memory file database for a client with the specified @@ -705,6 +713,10 @@ exit code. This is most likely due to a network issue. A debug message issued when the server is attempting to obtain all IPv4 leases from the MySQL database. +% DHCPSRV_MYSQL_GET6 obtaining all IPv6 leases +A debug message issued when the server is attempting to obtain all IPv6 +leases from the MySQL database. + % DHCPSRV_MYSQL_GET_ADDR4 obtaining IPv4 lease for address %1 A debug message issued when the server is attempting to obtain an IPv4 lease from the MySQL database for the specified address. @@ -747,6 +759,10 @@ lease from the MySQL database for a client with the specified IAID A debug message issued when the server is attempting to obtain all IPv4 leases for a given subnet identifier from the MySQL database. +% DHCPSRV_MYSQL_GET_SUBID6 obtaining IPv6 leases for subnet ID %1 +A debug message issued when the server is attempting to obtain all IPv6 +leases for a given subnet identifier from the MySQL database. + % DHCPSRV_MYSQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2 A debug message issued when the server is attempting to obtain an IPv4 lease from the MySQL database for a client with the specified subnet ID @@ -867,6 +883,10 @@ exit code. This is most likely due to a network issue. A debug message issued when the server is attempting to obtain all IPv4 leases from the PostgreSQL database. +% DHCPSRV_PGSQL_GET6 obtaining all IPv6 leases +A debug message issued when the server is attempting to obtain all IPv6 +leases from the PostgreSQL database. + % DHCPSRV_PGSQL_GET_ADDR4 obtaining IPv4 lease for address %1 A debug message issued when the server is attempting to obtain an IPv4 lease from the PostgreSQL database for the specified address. @@ -909,6 +929,10 @@ lease from the PostgreSQL database for a client with the specified IAID A debug message issued when the server is attempting to obtain all IPv4 leases for a given subnet identifier from the PostgreSQL database. +% DHCPSRV_PGSQL_GET_SUBID6 obtaining IPv6 leases for subnet ID %1 +A debug message issued when the server is attempting to obtain all IPv6 +leases for a given subnet identifier from the PostgreSQL database. + % DHCPSRV_PGSQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2 A debug message issued when the server is attempting to obtain an IPv4 lease from the PostgreSQL database for a client with the specified subnet ID |