From: Thomas Markwalder Date: Tue, 14 Mar 2023 13:34:56 +0000 (-0400) Subject: [#2719] Rebuilt ke-dhcp4 get config tests X-Git-Tag: Kea-2.3.6~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79081ec42d9f3f8bf566bf43441a1d78c63d6c54;p=thirdparty%2Fkea.git [#2719] Rebuilt ke-dhcp4 get config tests modified: 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 5edeb5381f..fe3c699aec 100644 --- a/src/bin/dhcp4/tests/get_config_unittest.cc +++ b/src/bin/dhcp4/tests/get_config_unittest.cc @@ -3856,6 +3856,7 @@ const char* UNPARSED_CONFIGS[] = { " \"thread-pool-size\": 0\n" " },\n" " \"next-server\": \"0.0.0.0\",\n" +" \"offer-lifetime\": 0,\n" " \"option-data\": [ ],\n" " \"option-def\": [ ],\n" " \"parked-packet-limit\": 256,\n" @@ -3885,6 +3886,7 @@ const char* UNPARSED_CONFIGS[] = { " \"id\": 1,\n" " \"max-valid-lifetime\": 4000,\n" " \"min-valid-lifetime\": 4000,\n" +" \"offer-lifetime\": 0,\n" " \"option-data\": [ ],\n" " \"pools\": [\n" " {\n"