2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[295-min-max-lease-time-configuration-options] Regen get_config_unittest.cc

This commit is contained in:
Francis Dupont
2019-06-18 21:32:17 +02:00
parent a441cbb8dc
commit cba7cd443a
2 changed files with 8 additions and 8 deletions

View File

@@ -2336,8 +2336,6 @@ const char* UNPARSED_CONFIGS[] = {
" \"type\": \"memfile\"\n"
" },\n"
" \"match-client-id\": true,\n"
" \"max-valid-lifetime\": 5000,\n"
" \"min-valid-lifetime\": 3000,\n"
" \"next-server\": \"0.0.0.0\",\n"
" \"option-data\": [ ],\n"
" \"option-def\": [ ],\n"
@@ -2358,8 +2356,6 @@ const char* UNPARSED_CONFIGS[] = {
" \"calculate-tee-times\": false,\n"
" \"id\": 1,\n"
" \"match-client-id\": true,\n"
" \"max-valid-lifetime\": 5000,\n"
" \"min-valid-lifetime\": 3000,\n"
" \"next-server\": \"0.0.0.0\",\n"
" \"option-data\": [ ],\n"
" \"pools\": [\n"
@@ -2430,6 +2426,8 @@ const char* UNPARSED_CONFIGS[] = {
" \"type\": \"memfile\"\n"
" },\n"
" \"match-client-id\": true,\n"
" \"max-valid-lifetime\": 5000,\n"
" \"min-valid-lifetime\": 3000,\n"
" \"next-server\": \"0.0.0.0\",\n"
" \"option-data\": [ ],\n"
" \"option-def\": [ ],\n"
@@ -2451,6 +2449,8 @@ const char* UNPARSED_CONFIGS[] = {
" \"calculate-tee-times\": false,\n"
" \"id\": 1,\n"
" \"match-client-id\": true,\n"
" \"max-valid-lifetime\": 5000,\n"
" \"min-valid-lifetime\": 3000,\n"
" \"next-server\": \"0.0.0.0\",\n"
" \"option-data\": [ ],\n"
" \"pools\": [\n"

View File

@@ -1967,10 +1967,6 @@ const char* UNPARSED_CONFIGS[] = {
" \"type\": \"memfile\"\n"
" },\n"
" \"mac-sources\": [ \"any\" ],\n"
" \"max-preferred-lifetime\": 4000,\n"
" \"max-valid-lifetime\": 5000,\n"
" \"min-preferred-lifetime\": 2000,\n"
" \"min-valid-lifetime\": 3000,\n"
" \"option-data\": [ ],\n"
" \"option-def\": [ ],\n"
" \"preferred-lifetime\": 3000,\n"
@@ -2039,6 +2035,10 @@ const char* UNPARSED_CONFIGS[] = {
" \"type\": \"memfile\"\n"
" },\n"
" \"mac-sources\": [ \"any\" ],\n"
" \"max-preferred-lifetime\": 4000,\n"
" \"max-valid-lifetime\": 5000,\n"
" \"min-preferred-lifetime\": 2000,\n"
" \"min-valid-lifetime\": 3000,\n"
" \"option-data\": [ ],\n"
" \"option-def\": [ ],\n"
" \"preferred-lifetime\": 3000,\n"