summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/dhcpsrv_messages.mes
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2023-12-14 15:21:15 +0100
committerFrancis Dupont <fdupont@isc.org>2024-01-17 11:06:16 +0100
commit032a8ad465b57d7ffeb119c34c3e5606f81c57bf (patch)
tree03a92d3721a5a8686252c4d285bd6e27a192aa95 /src/lib/dhcpsrv/dhcpsrv_messages.mes
parent[#3149] Fixed mysql admin tests (diff)
downloadkea-032a8ad465b57d7ffeb119c34c3e5606f81c57bf.tar.xz
kea-032a8ad465b57d7ffeb119c34c3e5606f81c57bf.zip
[#3149] Rewrote getLeases6ByLink
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r--src/lib/dhcpsrv/dhcpsrv_messages.mes6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes
index d8b42888ad..8ccce89699 100644
--- a/src/lib/dhcpsrv/dhcpsrv_messages.mes
+++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes
@@ -599,7 +599,7 @@ 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 %3/%4
+% DHCPSRV_MEMFILE_GET_LINKADDR6 obtaining at most %1 IPv6 leases starting from address %2 with link %3
A debug message issued when the server is attempting to obtain a page of
IPv6 leases beginning with the specified address within a link.
@@ -887,7 +887,7 @@ A debug message issued when the server is attempting to obtain an IPv6
lease from the MySQL database for a client with the specified IAID
(Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
-% DHCPSRV_MYSQL_GET_LINKADDR6 obtaining at most %1 IPv6 leases starting from address %2 with link %3/%4
+% DHCPSRV_MYSQL_GET_LINKADDR6 obtaining at most %1 IPv6 leases starting from address %2 with link %3
A debug message issued when the server is attempting to obtain a page of
IPv6 leases beginning with the specified address within a link.
@@ -1167,7 +1167,7 @@ A debug message issued when the server is attempting to obtain an IPv6
lease from the PostgreSQL database for a client with the specified IAID
(Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
-% DHCPSRV_PGSQL_GET_LINKADDR6 obtaining at most %1 IPv6 leases starting from address %2 with link %3/%4
+% DHCPSRV_PGSQL_GET_LINKADDR6 obtaining at most %1 IPv6 leases starting from address %2 with link %3
A debug message issued when the server is attempting to obtain a page of
IPv6 leases beginning with the specified address within a link.