diff options
Diffstat (limited to 'src/bin/dhcp6/tests/get_config_unittest.cc')
-rw-r--r-- | src/bin/dhcp6/tests/get_config_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/dhcp6/tests/get_config_unittest.cc b/src/bin/dhcp6/tests/get_config_unittest.cc index d15d92c466..89c9f650d7 100644 --- a/src/bin/dhcp6/tests/get_config_unittest.cc +++ b/src/bin/dhcp6/tests/get_config_unittest.cc @@ -10023,6 +10023,7 @@ const char* UNPARSED_CONFIGS[] = { " \"server-tag\": \"\",\n" " \"shared-networks\": [\n" " {\n" +" \"allocator\": \"iterative\",\n" " \"calculate-tee-times\": true,\n" " \"max-preferred-lifetime\": 3600,\n" " \"max-valid-lifetime\": 7200,\n" @@ -10030,6 +10031,7 @@ const char* UNPARSED_CONFIGS[] = { " \"min-valid-lifetime\": 7200,\n" " \"name\": \"foo\",\n" " \"option-data\": [ ],\n" +" \"pd-allocator\": \"iterative\",\n" " \"preferred-lifetime\": 3600,\n" " \"rapid-commit\": false,\n" " \"relay\": {\n" |