From: Francis Dupont Date: Mon, 23 Oct 2017 15:56:33 +0000 (+0200) Subject: [master] Regen DHCPv4 get_config_unittest.cc X-Git-Tag: Kea-1.3.0~2^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=932b668991ae015b6f1faf6b1944206d1f60d6a7;p=thirdparty%2Fkea.git [master] Regen DHCPv4 get_config_unittest.cc --- diff --git a/src/bin/dhcp4/tests/get_config_unittest.cc b/src/bin/dhcp4/tests/get_config_unittest.cc index bdeb2d8382..5ee6aca358 100644 --- a/src/bin/dhcp4/tests/get_config_unittest.cc +++ b/src/bin/dhcp4/tests/get_config_unittest.cc @@ -4229,6 +4229,7 @@ const char* UNPARSED_CONFIGS[] = { " \"4o6-interface\": \"\",\n" " \"4o6-interface-id\": \"\",\n" " \"4o6-subnet\": \"\",\n" +" \"boot-file-name\": \"\",\n" " \"id\": 1,\n" " \"match-client-id\": true,\n" " \"next-server\": \"0.0.0.0\",\n" @@ -4246,6 +4247,7 @@ const char* UNPARSED_CONFIGS[] = { " \"renew-timer\": 1000,\n" " \"reservation-mode\": \"all\",\n" " \"reservations\": [ ],\n" +" \"server-hostname\": \"\",\n" " \"subnet\": \"192.0.2.0/24\",\n" " \"valid-lifetime\": 4000\n" " }\n"