summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/dhcpsrv_messages.mes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2022-07-11 17:34:26 +0200
committerThomas Markwalder <tmark@isc.org>2022-07-18 12:51:05 +0200
commit7fa980bf06f869a979214cbb761cc1408ce8c20b (patch)
tree93a590e5442d9b0d17458e177ee3588534f3044b /src/lib/dhcpsrv/dhcpsrv_messages.mes
parent[#2469] moved upload to cloudsmith step later in the process, addressed revie... (diff)
downloadkea-7fa980bf06f869a979214cbb761cc1408ce8c20b.tar.xz
kea-7fa980bf06f869a979214cbb761cc1408ce8c20b.zip
[#2487] Toned down message ID and text
Removed the word FAILED/failed and toned down log messages added in #2352 so they will not be mistaken for error conditions. src/lib/dhcpsrv/cfg_subnets4.cc src/lib/dhcpsrv/cfg_subnets6.cc src/lib/dhcpsrv/dhcpsrv_messages.cc b/src/lib/dhcpsrv/dhcpsrv_messages.cc src/lib/dhcpsrv/dhcpsrv_messages.h b/src/lib/dhcpsrv/dhcpsrv_messages.h src/lib/dhcpsrv/dhcpsrv_messages.h b/src/lib/dhcpsrv/dhcpsrv_messages.me
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r--src/lib/dhcpsrv/dhcpsrv_messages.mes52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes
index 1401945107..6fa8dc8669 100644
--- a/src/lib/dhcpsrv/dhcpsrv_messages.mes
+++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes
@@ -1099,41 +1099,41 @@ information. The second argument includes the leased address.
A debug message issued when the server was unable to select any subnet for the
DHCPv4o6 packet.
-% DHCPSRV_SUBNET4_SELECT_BY_ADDRESS_FAILED Failed to select any subnet using address: %1
-A debug message issued when the server was unable to select any subnet using
-specified address.
+% DHCPSRV_SUBNET4_SELECT_BY_ADDRESS_NO_MATCH No subnet matches address: %1
+A debug message issued when the server was unable to select a subnet using
+the specified address.
-% DHCPSRV_SUBNET4_SELECT_BY_INTERFACE_FAILED Failed to select any subnet using interface: %1
-A debug message issued when the server was unable to select any subnet using
-specified interface name.
+% DHCPSRV_SUBNET4_SELECT_BY_INTERFACE_NO_MATCH No subnet matches interface: %1
+A debug message issued when the server was unable to select a subnet using
+the specified interface name.
-% DHCPSRV_SUBNET4_SELECT_BY_RELAY_ADDRESS_FAILED Failed to select any subnet using relay address: %1
-A debug message issued when the server was unable to select any subnet using
+% DHCPSRV_SUBNET4_SELECT_BY_RELAY_ADDRESS_NO_MATCH No subnet matches relay address: %1
+A debug message issued when the server was unable to select a subnet using
the specified relay address.
-% DHCPSRV_SUBNET4_SELECT_FAILED_NO_ADDRESS Failed to select any subnet because no suitable address to use for subnet selection was found.
-A debug message issued when the server was unable to select any subnet because
-no suitable address to use for subnet selection was found.
+% DHCPSRV_SUBNET4_SELECT_NO_USABLE_ADDRESS No subnet selected because no suitable address to use for subnet selection was found.
+A debug message issued when the server was find a suitable address to use for
+susubnet selection.
-% DHCPSRV_SUBNET4_SELECT_FAILED_NO_RAI_OPTIONS_ADDRESS Failed to select any subnet because no suitable address to use for subnet selection was found in the relay supplied options.
-A debug message issued when the server was unable to select any subnet because
-no suitable address to use for subnet selection was found in the relay supplied options.
+% DHCPSRV_SUBNET4_SELECT_NO_RAI_OPTIONS No RAI options found to use for subnet selection.
+A debug message issued by the server when the client query does not include RAI
+options suitable for use with subnet selection.
-% DHCPSRV_SUBNET4_SELECT_FAILED_NO_RELAY_ADDRESS Failed to select any subnet because no relay address to use for subnet selection was found.
-A debug message issued when the server was unable to select any subnet because
-no relay address to use for subnet selection was found.
+% DHCPSRV_SUBNET4_SELECT_NO_RELAY_ADDRESS Relay address (giaddr) in client packet is empty.
+A debug message issued when no relay address was specified to use for subnet
+selection.
-% DHCPSRV_SUBNET6_SELECT_BY_ADDRESS_FAILED Failed to select any subnet using address: %1
-A debug message issued when the server was unable to select any subnet using
-specified address.
+% DHCPSRV_SUBNET6_SELECT_BY_ADDRESS_NO_MATCH No subnet matches address: %1
+A debug message issued when the server was unable to select a subnet using
+the specified address.
-% DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_FAILED Failed to select any subnet using interface: %1
-A debug message issued when the server was unable to select any subnet using
-specified interface name.
+% DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_NO_MATCH No subnet matches interface: %1
+A debug message issued when the server was unable to select a subnet using
+the specified interface name.
-% DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_ID_FAILED Failed to select any subnet using interface-id: %1
-A debug message issued when the server was unable to select any subnet using
-specified interface id.
+% DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_ID_NO_MATCH No subnet matches interface id: %1
+A debug message issued when the server was unable to select a subnet using
+the specified interface id.
% DHCPSRV_TIMERMGR_CALLBACK_FAILED running handler for timer %1 caused exception: %2
This error message is emitted when the timer elapsed and the