summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/hosts_messages.mes
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-05-31 12:30:07 +0200
committerFrancis Dupont <fdupont@isc.org>2024-06-10 09:19:53 +0200
commit91378b3ae1604244185122898f3e777b3615e34a (patch)
tree7410e150ac18d8089f20f9d27b968bc120c1d779 /src/lib/dhcpsrv/hosts_messages.mes
parent[#3375] Fixed del bug (new UT?) (diff)
downloadkea-91378b3ae1604244185122898f3e777b3615e34a.tar.xz
kea-91378b3ae1604244185122898f3e777b3615e34a.zip
[#3375] Made update atomic and added UT
Diffstat (limited to 'src/lib/dhcpsrv/hosts_messages.mes')
-rw-r--r--src/lib/dhcpsrv/hosts_messages.mes22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/hosts_messages.mes b/src/lib/dhcpsrv/hosts_messages.mes
index fb18cded95..93e89b4d77 100644
--- a/src/lib/dhcpsrv/hosts_messages.mes
+++ b/src/lib/dhcpsrv/hosts_messages.mes
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -277,6 +277,26 @@ subnet id and specific host identifier.
This debug message is issued when no host was found using the specified
subnet id and host identifier.
+% HOSTS_CFG_UPDATE_ADD add the host for reservations: %1
+This debug message is issued when new host (with reservations) is
+added to the server's configuration during an update. The argument
+describes the host and its reservations in detail.
+
+% HOSTS_CFG_UPDATE_DEL4 deleted %1 host(s) for subnet id %2 and identifier %3
+This debug message is issued when IPv4 reservations are deleted for
+the specified subnet and identifier during an update. The first
+argument specifies how many hosts have been deleted. The second
+argument is the subnet identifier. The third argument is the
+identifier.
+
+% HOSTS_CFG_UPDATE_DEL6 deleted %1 host(s) having %2 IPv6 reservation(s) for subnet id %3 and identifier %4
+This debug message is issued when IPv6 reservations are deleted for
+the specified subnet and identifier during an update. The first
+argument specifies how many hosts have been deleted. The second
+argument specifies how many reservations have been deleted. The third
+argument is the subnet identifier. The fourth argument is the
+identifier.
+
% HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_ADDRESS4 trying alternate sources for host using subnet id %1 and address %2
This debug message is issued when the Host Manager doesn't find the
host connected to the specific subnet and having the reservation for