diff options
author | Razvan Becheriu <razvan.becheriu@qualitance.com> | 2018-02-19 17:16:21 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan.becheriu@qualitance.com> | 2018-02-19 17:16:21 +0100 |
commit | ea24fa839550cba10e1b69ac62cd10ec8ac76acc (patch) | |
tree | e9add9525707cf4f0f9d73e6c07e8defcb8ac333 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | enabled more tests, implemented hwaddr, hwtype and hwaddr_source in pgsql (diff) | |
download | kea-ea24fa839550cba10e1b69ac62cd10ec8ac76acc.tar.xz kea-ea24fa839550cba10e1b69ac62cd10ec8ac76acc.zip |
added get4 and get4subnetid for cql
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index ad5a7d40f3..3e279513c9 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -223,6 +223,10 @@ leases which have expired longer than a specified period of time. The argument is the amount of time Kea waits after a reclaimed lease expires before considering its removal. +% DHCPSRV_CQL_GET4 obtaining all IPv4 leases +A debug message issued when the server is attempting to obtain all IPv4 +leases from the Cassandra database. + % DHCPSRV_CQL_GET_ADDR4 obtaining IPv4 lease for address %1 A debug message issued when the server is attempting to obtain an IPv4 lease from the Cassandra database for the specified address. @@ -266,6 +270,10 @@ A debug message issued when the server is attempting to obtain an IPv6 lease from the Cassandra database for a client with the specified IAID (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier). +% DHCPSRV_CQL_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 Cassandra database. + % DHCPSRV_CQL_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 Cassandra database for a client with the specified |