diff options
author | Michal Nowikowski <godfryd@isc.org> | 2019-05-28 08:52:24 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-05-28 10:53:08 +0200 |
commit | fccb0cf41015196dd8acea0f08a83e767ef9effa (patch) | |
tree | dd7ec1a343a2d5b18b1fa9a23b559d92d7f95e07 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | Revert "[#584,!338] Only install YANG and netconf files with --with-sysrepo" (diff) | |
download | kea-fccb0cf41015196dd8acea0f08a83e767ef9effa.tar.xz kea-fccb0cf41015196dd8acea0f08a83e767ef9effa.zip |
updated versions, updated copyright dates, sorted messages
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 845f6be5bc..6ad1ef292a 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -100,16 +100,6 @@ contains "ip-address" rather than its replacement, "ip-addresses". The server will still honor the value but users are encouraged to move to the new list parameter. -% DHCPSRV_CFGMGR_UPDATE_SUBNET4 updating subnet %1 (result %2) -A debug message reported when the DHCP configuration manager is updating the -specified IPv4 subnet in its current configuration. Subnet ID and result -(expected to be true) are displayed. - -% DHCPSRV_CFGMGR_UPDATE_SUBNET6 updating subnet %1 (result %2) -A debug message reported when the DHCP configuration manager is replacing the -specified IPv6 subnet in its current configuration. Subnet ID and result -(expected to be true) are displayed. - % DHCPSRV_CFGMGR_SOCKET_RAW_UNSUPPORTED use of raw sockets is unsupported on this OS, UDP sockets will be used This warning message is logged when the user specified that the DHCPv4 server should use the raw sockets to receive the DHCP @@ -188,6 +178,16 @@ This warning message is logged when user specified a link-local address to receive unicast traffic. The warning message is issued because it is an uncommon use. +% DHCPSRV_CFGMGR_UPDATE_SUBNET4 updating subnet %1 (result %2) +A debug message reported when the DHCP configuration manager is updating the +specified IPv4 subnet in its current configuration. Subnet ID and result +(expected to be true) are displayed. + +% DHCPSRV_CFGMGR_UPDATE_SUBNET6 updating subnet %1 (result %2) +A debug message reported when the DHCP configuration manager is replacing the +specified IPv6 subnet in its current configuration. Subnet ID and result +(expected to be true) are displayed. + % DHCPSRV_CFGMGR_USE_ADDRESS listening on address %1, on interface %2 A message issued when the server is configured to listen on the explicitly specified IP address on the given interface. |