diff options
author | Michal Nowikowski <godfryd@isc.org> | 2020-10-23 14:14:27 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2020-10-23 18:46:28 +0200 |
commit | c1e3c626d3c8bef9d4b779b4899a56bb1afa1812 (patch) | |
tree | b6be1685231310b5a459cf678ebec726baab3229 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [#1483] added alpine 3.12 to platforms.rst (diff) | |
download | kea-c1e3c626d3c8bef9d4b779b4899a56bb1afa1812.tar.xz kea-c1e3c626d3c8bef9d4b779b4899a56bb1afa1812.zip |
[#1483] changes for 1.9.1 releaseKea-1.9.1
- added release entry to ChangeLog,
- updated message files,
- updated copyright dates
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 2af0243d36..e3c903b93a 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -80,13 +80,6 @@ server configuration. The argument identifies the subnet removed. % DHCPSRV_CFGMGR_DEL_SUBNET6 IPv6 subnet %1 removed This debug message is issued when a subnet is successfully removed from the -% DHCPSRV_CFGMGR_IP_RESERVATIONS_UNIQUE_DUPLICATES_POSSIBLE setting "ip-reservations-unique" from false to true poses a risk that some host backends may still contain multiple reservations for the same IP address -This warning message is issued when the DHCP server is configured to not allow -multiple reservations for the same IP address. However, the host database -backends may still contain multiple reservations for the same IP addresses -causing problems with lease allocation for certain addresses. Please ensure -that all such duplicates are removed. - % DHCPSRV_CFGMGR_IPV4_RESERVATIONS_NON_UNIQUE_IGNORED ignoring "ip-reservations-unique" setting because at least one of the host database backends does not support non unique IP reservations in a subnet This warning message is issued when the server failed to use the new setting of the ip-reservations-unique global parameter configured via the configuration @@ -105,6 +98,13 @@ The administrator should either stop using the backend that does not support this setting or set the value of the ip-reservations-unique to true to resolve the configuration issue. +% DHCPSRV_CFGMGR_IP_RESERVATIONS_UNIQUE_DUPLICATES_POSSIBLE setting "ip-reservations-unique" from false to true poses a risk that some host backends may still contain multiple reservations for the same IP address +This warning message is issued when the DHCP server is configured to not allow +multiple reservations for the same IP address. However, the host database +backends may still contain multiple reservations for the same IP addresses +causing problems with lease allocation for certain addresses. Please ensure +that all such duplicates are removed. + % DHCPSRV_CFGMGR_NEW_SUBNET4 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 IPv4 subnet. |