diff options
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 1f3961c23d..821df37384 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -55,15 +55,15 @@ This debug message is issued when a subnet is successfully removed from the This is an informational message reporting that the configuration has been extended to include the specified IPv4 subnet. +% DHCPSRV_CFGMGR_NEW_SUBNET6 a new subnet has been added to configuration: %1 +This is an informational message reporting that the configuration has +been extended to include the specified subnet. + % DHCPSRV_CFGMGR_NO_SUBNET4 no suitable subnet is defined for address hint %1 This debug message is output when the DHCP configuration manager has received a request for an IPv4 subnet for the specified address, but no such subnet exists. -% DHCPSRV_CFGMGR_NEW_SUBNET6 a new subnet has been added to configuration: %1 -This is an informational message reporting that the configuration has -been extended to include the specified subnet. - % DHCPSRV_CFGMGR_NO_SUBNET6 no suitable subnet is defined for address hint %1 This debug message is output when the DHCP configuration manager has received a request for an IPv6 subnet for the specified address, but no such @@ -585,7 +585,6 @@ This informational message is printed when removal of all leases from a specified IPv6 subnet has finished. The number of removed leases is printed. - % DHCPSRV_MULTIPLE_RAW_SOCKETS_PER_IFACE current configuration will result in opening multiple broadcast capable sockets on some interfaces and some DHCP messages may be duplicated A warning message issued when the current configuration indicates that multiple sockets, capable of receiving broadcast traffic, will be opened on some of the |