From 79081ec42d9f3f8bf566bf43441a1d78c63d6c54 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 14 Mar 2023 09:34:56 -0400 Subject: [PATCH] [#2719] Rebuilt ke-dhcp4 get config tests modified: get_config_unittest.cc --- src/bin/dhcp4/tests/get_config_unittest.cc | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.3