diff options
author | Thomas Markwalder <tmark@isc.org> | 2020-10-21 19:31:31 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2020-10-21 20:19:53 +0200 |
commit | 248722131ae5c22ac6c85f977038708cee7b8691 (patch) | |
tree | d56f2ba158b7e03dfdf11f63612dbe8000013c44 /src/lib/dhcpsrv/network.h | |
parent | [#1386] Updated kea-dhcp4/6 arm (diff) | |
download | kea-248722131ae5c22ac6c85f977038708cee7b8691.tar.xz kea-248722131ae5c22ac6c85f977038708cee7b8691.zip |
[#1386] Addressed review comments for !976
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
src/lib/dhcpsrv/network.h
src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
fixed typos
Diffstat (limited to 'src/lib/dhcpsrv/network.h')
-rw-r--r-- | src/lib/dhcpsrv/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/network.h b/src/lib/dhcpsrv/network.h index b8c1e2feca..325b61e688 100644 --- a/src/lib/dhcpsrv/network.h +++ b/src/lib/dhcpsrv/network.h @@ -1070,7 +1070,7 @@ protected: /// @brief Should Kea perform updates when leases are extended util::Optional<bool> ddns_update_on_renew_; - /// @brief Used to to tell kea-dhcp-ddns whehter or not to use conflict resolution. + /// @brief Used to to tell kea-dhcp-ddns whether or not to use conflict resolution. util::Optional<bool> ddns_use_conflict_resolution_; /// @brief Pointer to another network that this network belongs to. |