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/srv_config.h | |
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/srv_config.h')
-rw-r--r-- | src/lib/dhcpsrv/srv_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/srv_config.h b/src/lib/dhcpsrv/srv_config.h index 33f846fefb..0b2b1b047f 100644 --- a/src/lib/dhcpsrv/srv_config.h +++ b/src/lib/dhcpsrv/srv_config.h @@ -976,10 +976,10 @@ public: const std::string& name) const; /// @brief Conducts sanity checks on global DDNS ttl parameters: - /// ddsn-ttl, ddsn-ttl-percent, ddns-ttl-min, ddns-ttl-max + /// ddns-ttl, ddns-ttl-percent, ddns-ttl-min, ddns-ttl-max /// - /// If ddns-ttl is specified none of the others can be - /// If ddns-ttl-min and ddsn-ttl-max are specified max cannot + /// If ddns-ttl is specified none of the others can be. + /// If ddns-ttl-min and ddns-ttl-max are specified max cannot /// be less than min. /// /// @throw Throws BadValue if any of the rules are violated. |