From ea24fa839550cba10e1b69ac62cd10ec8ac76acc Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 19 Feb 2018 18:16:21 +0200 Subject: added get4 and get4subnetid for cql --- src/lib/dhcpsrv/dhcpsrv_messages.mes | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes') 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 -- cgit v1.2.3