diff options
author | Francis Dupont <fdupont@isc.org> | 2023-05-25 18:46:47 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2023-07-06 22:11:32 +0200 |
commit | e7dc8dc14727fad6a3f543fe7d72a6e4f9fbd82e (patch) | |
tree | 067353e4fb421767d9b4c7738d93aae5dd563e00 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [#2869] Add getExtendedInfo6Common (diff) | |
download | kea-e7dc8dc14727fad6a3f543fe7d72a6e4f9fbd82e.tar.xz kea-e7dc8dc14727fad6a3f543fe7d72a6e4f9fbd82e.zip |
[#2869] Implemented getByR*Id6
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 1382380c21..04128491a5 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -885,11 +885,19 @@ A debug message issued when the server is attempting to obtain a page of IPv4 leases beginning with the specified address with a relay id and client transaction time between start and end dates. +% DHCPSRV_MYSQL_GET_RELAYID6 obtaining at most %1 IPv6 leases starting from address %2 with relay id %3 and link %4/%5 +A debug message issued when the server is attempting to obtain a page of +IPv6 leases beginning with the specified address with a relay id and a link. + % DHCPSRV_MYSQL_GET_REMOTEID4 obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5 A debug message issued when the server is attempting to obtain a page of IPv4 leases beginning with the specified address with a remote id and client transaction time between start and end dates. +% DHCPSRV_MYSQL_GET_REMOTEID6 obtaining at most %1 IPv6 leases starting from address %2 with remote id %3 and link %4/%5 +A debug message issued when the server is attempting to obtain a page of +IPv6 leases beginning with the specified address with a remote id and a link. + % DHCPSRV_MYSQL_GET_SUBID4 obtaining IPv4 leases for subnet ID %1 A debug message issued when the server is attempting to obtain all IPv4 leases for a given subnet identifier from the MySQL database. @@ -1157,11 +1165,19 @@ A debug message issued when the server is attempting to obtain a page of IPv4 leases beginning with the specified address with a relay id and client transaction time between start and end dates. +% DHCPSRV_PGSQL_GET_RELAYID6 obtaining at most %1 IPv6 leases starting from address %2 with relay id %3 and link %4/%5 +A debug message issued when the server is attempting to obtain a page of +IPv6 leases beginning with the specified address with a relay id and a link. + % DHCPSRV_PGSQL_GET_REMOTEID4 obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5 A debug message issued when the server is attempting to obtain a page of IPv4 leases beginning with the specified address with a remote id and client transaction time between start and end dates. +% DHCPSRV_PGSQL_GET_REMOTEID6 obtaining at most %1 IPv6 leases starting from address %2 with remote id %3 and link %4/%5 +A debug message issued when the server is attempting to obtain a page of +IPv6 leases beginning with the specified address with a remote id and a link. + % DHCPSRV_PGSQL_GET_SUBID4 obtaining IPv4 leases for subnet ID %1 A debug message issued when the server is attempting to obtain all IPv4 leases for a given subnet identifier from the PostgreSQL database. |