]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[268-reservation-mode-is-not-global] Patching get_config_unittest.cc to remove always...
authorFrancis Dupont <fdupont@isc.org>
Tue, 20 Nov 2018 16:16:12 +0000 (17:16 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 20 Nov 2018 18:00:41 +0000 (19:00 +0100)
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc

index a447508ea83cc6e4eb6eae255c1fe9867be3b0cf..184b3038a2205c529132c5fa5492bdb57ff406b7 100644 (file)
@@ -6820,7 +6820,6 @@ const char* UNPARSED_CONFIGS[] = {
 "{\n"
 "        \"decline-probation-period\": 12345,\n"
 "        \"dhcp-ddns\": {\n"
-"            \"always-include-fqdn\": false,\n"
 "            \"enable-updates\": false,\n"
 "            \"generated-prefix\": \"myhost\",\n"
 "            \"hostname-char-replacement\": \"\",\n"
index d6c7e30a30cd382de2be32f013b9048438b3e391..e57ef3817ecc512125468549585a693ef070e553 100644 (file)
@@ -6026,7 +6026,6 @@ const char* UNPARSED_CONFIGS[] = {
 "{\n"
 "        \"decline-probation-period\": 86400,\n"
 "        \"dhcp-ddns\": {\n"
-"            \"always-include-fqdn\": false,\n"
 "            \"enable-updates\": false,\n"
 "            \"generated-prefix\": \"myhost\",\n"
 "            \"hostname-char-replacement\": \"\",\n"