diff options
author | Thomas Markwalder <tmark@isc.org> | 2024-12-13 17:15:18 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-12-16 16:15:09 +0100 |
commit | bdaea7471d19910dbda8ff229af4b225f255baa3 (patch) | |
tree | 0b60c780dbdd475add23030b1b228eded10af3db /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [#2819] Added ChangeLog entry (diff) | |
download | kea-bdaea7471d19910dbda8ff229af4b225f255baa3.tar.xz kea-bdaea7471d19910dbda8ff229af4b225f255baa3.zip |
[#2819] Addressed review comments
Changes to be committed:
modified: src/lib/dhcpsrv/dhcpsrv_messages.mes
modified: src/lib/dhcpsrv/ncr_generator.cc
modified: src/lib/dhcpsrv/srv_config.h
modified: src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
modified: src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
modified: src/lib/dhcpsrv/tests/shared_network_parser_unittest.cc
modified: src/lib/dhcpsrv/tests/srv_config_unittest.cc
modified: src/lib/util/str.h
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 3329e13f60..6d6185a3e9 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -967,8 +967,8 @@ message) that is unknown to the software. This is a configuration error. % DHCPSRV_DDNS_TTL_TOO_SMALL %1 of lease life time %2 is %3, using minimum of %4 instead. Logged at debug log level 55. A debug message issued when the DDNS TTL value calculated using the -ddns-ttl-percent if specfieed or (0.33 if not) is too small. Kea will -ignore the value and is the minimum (ddns-ttl-min is specifed or 600 +ddns-ttl-percent if specified or (0.33 if not) is too small. Kea will +ignore the value and use the minimum (ddns-ttl-min if specifed or 600 seconds if not). The message details include the percentage, the lease life time, the calculated TTL, and the value actually used. @@ -977,6 +977,6 @@ Logged at debug log level 55. A debug message issued when the DDNS TTL value calculated using the ddns-ttl-percent if specfieed or (0.33 if not) is larger than the the specified value of ddns-ttl-max. Kea will ignore the value and -use is the specified maxinimum instead. The message details include +use the specified maximum instead. The message details include the percentage, the lease life time, the calculated TTL, and the value actually used. |