From: Marcin Siodelski Date: Fri, 12 Apr 2019 09:33:56 +0000 (+0200) Subject: [#517,!301] Regenerated parser tests. X-Git-Tag: Kea-1.6.0-beta~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0a558752e54a55a3d4ce0128c8ce0c15f43913;p=thirdparty%2Fkea.git [#517,!301] Regenerated parser tests. --- diff --git a/src/bin/dhcp4/tests/get_config_unittest.cc b/src/bin/dhcp4/tests/get_config_unittest.cc index 912910e518..62b2945ae2 100644 --- a/src/bin/dhcp4/tests/get_config_unittest.cc +++ b/src/bin/dhcp4/tests/get_config_unittest.cc @@ -9024,6 +9024,7 @@ const char* UNPARSED_CONFIGS[] = { " \"relay\": {\n" " \"ip-addresses\": [ ]\n" " },\n" +" \"reservation-mode\": \"all\",\n" " \"subnet4\": [\n" " {\n" " \"comment\": \"A subnet\",\n" @@ -9331,6 +9332,7 @@ const char* UNPARSED_CONFIGS[] = { " \"relay\": {\n" " \"ip-addresses\": [ ]\n" " },\n" +" \"reservation-mode\": \"all\",\n" " \"subnet4\": [\n" " {\n" " \"4o6-interface\": \"\",\n" diff --git a/src/bin/dhcp6/tests/get_config_unittest.cc b/src/bin/dhcp6/tests/get_config_unittest.cc index 2338b886e7..208335022e 100644 --- a/src/bin/dhcp6/tests/get_config_unittest.cc +++ b/src/bin/dhcp6/tests/get_config_unittest.cc @@ -7615,6 +7615,7 @@ const char* UNPARSED_CONFIGS[] = { " \"ip-addresses\": [ ]\n" " },\n" " \"renew-timer\": 900,\n" +" \"reservation-mode\": \"all\",\n" " \"subnet6\": [\n" " {\n" " \"comment\": \"A subnet\",\n"