From 4806d1adea94d130f63af2817208ddaf6c7c0455 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 14 Oct 2022 22:39:14 +0200 Subject: [#2585] Checkpoint: almost done --- src/lib/dhcpsrv/dhcpsrv_messages.mes | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 a9896569a9..ab271d7d38 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -473,6 +473,10 @@ A debug message issued when the server is attempting to obtain an IPv6 lease from the memory file database for a client with the specified IAID (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier). +% DHCPSRV_MEMFILE_GET_LINKADDR6 obtaining at most %1 IPv6 leases starting from address %2 with link address %3 +A debug message issued when the server is attempting to obtain a page of +IPv6 leases beginning with the specified address with a link address. + % DHCPSRV_MEMFILE_GET_PAGE4 obtaining at most %1 IPv4 leases starting from address %2 A debug message issued when the server is attempting to obtain a page of leases beginning with the specified address. @@ -481,6 +485,26 @@ of leases beginning with the specified address. A debug message issued when the server is attempting to obtain a page of leases beginning with the specified address. +% DHCPSRV_MEMFILE_GET_RELAYID4 obtaining at most %1 IPv4 leases starting from address %2 with relay 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 relay id and client +transaction time between start and end dates. + +% DHCPSRV_MEMFILE_GET_RELAYID6 obtaining at most %1 IPv6 leases starting from address %2 with relay id %3 and link address %4 +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 address. + +% DHCPSRV_MEMFILE_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_MEMFILE_GET_REMOTEID6 obtaining at most %1 IPv6 leases starting from address %2 with remote id %3 and link address %4 +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 address. + % DHCPSRV_MEMFILE_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 memory file database. -- cgit v1.2.3