mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[#490,!284] Regenerated parser tests.
This commit is contained in:
@@ -546,7 +546,6 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
|
||||
(config_pair.first == "decline-probation-period") ||
|
||||
(config_pair.first == "dhcp4o6-port") ||
|
||||
(config_pair.first == "echo-client-id") ||
|
||||
(config_pair.first == "user-context") ||
|
||||
(config_pair.first == "match-client-id") ||
|
||||
(config_pair.first == "authoritative") ||
|
||||
(config_pair.first == "next-server") ||
|
||||
@@ -561,6 +560,12 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
|
||||
CfgMgr::instance().getStagingCfg()->addConfiguredGlobal(config_pair.first,
|
||||
config_pair.second);
|
||||
continue;
|
||||
|
||||
}
|
||||
|
||||
// Nothing to configure for the user-context.
|
||||
if (config_pair.first == "user-context") {
|
||||
continue;
|
||||
}
|
||||
|
||||
// If we got here, no code handled this parameter, so we bail out.
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -670,7 +670,6 @@ configureDhcp6Server(Dhcpv6Srv& server, isc::data::ConstElementPtr config_set,
|
||||
(config_pair.first == "valid-lifetime") ||
|
||||
(config_pair.first == "decline-probation-period") ||
|
||||
(config_pair.first == "dhcp4o6-port") ||
|
||||
(config_pair.first == "user-context") ||
|
||||
(config_pair.first == "server-tag") ||
|
||||
(config_pair.first == "reservation-mode")) {
|
||||
CfgMgr::instance().getStagingCfg()->addConfiguredGlobal(config_pair.first,
|
||||
@@ -678,6 +677,11 @@ configureDhcp6Server(Dhcpv6Srv& server, isc::data::ConstElementPtr config_set,
|
||||
continue;
|
||||
}
|
||||
|
||||
// Nothing to configure for the user-context.
|
||||
if (config_pair.first == "user-context") {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (config_pair.first == "relay-supplied-options") {
|
||||
RSOOListConfigParser parser;
|
||||
parser.parse(srv_config, config_pair.second);
|
||||
|
@@ -1884,6 +1884,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -1895,6 +1896,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -1949,6 +1951,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -1960,6 +1963,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2037,6 +2041,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2048,6 +2053,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2191,6 +2197,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2202,6 +2209,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2345,6 +2353,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2356,6 +2365,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2499,6 +2509,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2510,6 +2521,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2587,6 +2599,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2598,6 +2611,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2676,6 +2690,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2687,6 +2702,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2765,6 +2781,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2776,6 +2793,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2883,6 +2901,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2894,6 +2913,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -2971,6 +2991,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -2982,6 +3003,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -3008,7 +3030,8 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"subnet\": \"2001:db8:1::/64\",\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
" }\n"
|
||||
" ]\n"
|
||||
" ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 11
|
||||
"{\n"
|
||||
@@ -3060,6 +3083,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3071,6 +3095,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -3099,7 +3124,8 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"subnet\": \"2001:db8:1::/64\",\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
" }\n"
|
||||
" ]\n"
|
||||
" ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 12
|
||||
"{\n"
|
||||
@@ -3151,6 +3177,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3162,6 +3189,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -3205,7 +3233,8 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"subnet\": \"2001:db8:1::/40\",\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
" }\n"
|
||||
" ]\n"
|
||||
" ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 13
|
||||
"{\n"
|
||||
@@ -3257,6 +3286,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3268,6 +3298,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -3294,7 +3325,8 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"subnet\": \"2001:db8:1::/64\",\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
" }\n"
|
||||
" ]\n"
|
||||
" ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 14
|
||||
"{\n"
|
||||
@@ -3352,7 +3384,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"type\": \"ipv6-address\"\n"
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3364,8 +3400,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 15
|
||||
"{\n"
|
||||
@@ -3423,7 +3461,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"type\": \"record\"\n"
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3435,8 +3477,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 16
|
||||
"{\n"
|
||||
@@ -3503,7 +3547,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"type\": \"ipv4-address\"\n"
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3515,8 +3563,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 17
|
||||
"{\n"
|
||||
@@ -3574,7 +3624,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"type\": \"uint32\"\n"
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3586,8 +3640,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 18
|
||||
"{\n"
|
||||
@@ -3645,7 +3701,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"type\": \"uint32\"\n"
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3657,8 +3717,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 19
|
||||
"{\n"
|
||||
@@ -3727,6 +3789,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3738,6 +3801,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -3815,6 +3879,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3826,6 +3891,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -3947,6 +4013,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -3958,6 +4025,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -4071,6 +4139,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4082,6 +4151,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -4189,6 +4259,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4200,6 +4271,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -4277,6 +4349,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4288,6 +4361,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -4405,6 +4479,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4416,6 +4491,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -4561,6 +4637,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4572,6 +4649,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -4668,6 +4746,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4679,6 +4758,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -4756,6 +4836,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4767,6 +4848,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -4821,6 +4903,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4832,6 +4915,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -4886,6 +4970,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4897,6 +4982,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -4974,6 +5060,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -4985,6 +5072,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -5062,6 +5150,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5073,6 +5162,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -5219,6 +5309,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5230,6 +5321,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -5322,6 +5414,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5333,6 +5426,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -5433,6 +5527,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5444,6 +5539,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -5521,6 +5617,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5532,6 +5629,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -5738,6 +5836,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5749,6 +5848,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -5839,6 +5939,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5850,6 +5951,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -5904,6 +6006,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5915,6 +6018,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -5969,6 +6073,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -5980,6 +6085,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -6157,6 +6263,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -6256,6 +6363,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"23\", \"37\", \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6267,6 +6375,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -6317,7 +6426,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"mac-sources\": [ \"any\" ],\n"
|
||||
" \"option-data\": [ ],\n"
|
||||
" \"option-def\": [ ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6329,8 +6442,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 44
|
||||
"{\n"
|
||||
@@ -6378,7 +6493,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"mac-sources\": [ \"any\" ],\n"
|
||||
" \"option-data\": [ ],\n"
|
||||
" \"option-def\": [ ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6390,8 +6509,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 45
|
||||
"{\n"
|
||||
@@ -6439,7 +6560,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"mac-sources\": [ \"any\" ],\n"
|
||||
" \"option-data\": [ ],\n"
|
||||
" \"option-def\": [ ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6451,8 +6576,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 46
|
||||
"{\n"
|
||||
@@ -6500,7 +6627,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"mac-sources\": [ \"any\" ],\n"
|
||||
" \"option-data\": [ ],\n"
|
||||
" \"option-def\": [ ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6512,8 +6643,10 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 47
|
||||
"{\n"
|
||||
@@ -6579,6 +6712,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6590,6 +6724,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -6667,6 +6802,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6678,6 +6814,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -6755,6 +6892,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6766,6 +6904,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -6844,6 +6983,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6855,6 +6995,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -6938,6 +7079,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -6949,6 +7091,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -7032,6 +7175,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -7043,6 +7187,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -7122,6 +7267,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -7133,6 +7279,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -7213,6 +7360,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -7224,6 +7372,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -7323,6 +7472,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -7334,6 +7484,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
@@ -7433,7 +7584,11 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"type\": \"ipv6-address\"\n"
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"rebind-timer\": 1800,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 900,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"sanity-checks\": {\n"
|
||||
" \"lease-checks\": \"warn\"\n"
|
||||
" },\n"
|
||||
@@ -7446,6 +7601,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LL\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [\n"
|
||||
" {\n"
|
||||
" \"comment\": \"A shared network\",\n"
|
||||
@@ -7516,7 +7672,8 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"subnet6\": [ ]\n"
|
||||
" \"subnet6\": [ ],\n"
|
||||
" \"valid-lifetime\": 7200\n"
|
||||
" }\n",
|
||||
// CONFIGURATION 57
|
||||
"{\n"
|
||||
@@ -7568,6 +7725,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"rebind-timer\": 2000,\n"
|
||||
" \"relay-supplied-options\": [ \"65\" ],\n"
|
||||
" \"renew-timer\": 1000,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"reservations\": [\n"
|
||||
" {\n"
|
||||
" \"client-classes\": [ ],\n"
|
||||
@@ -7631,6 +7789,7 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" \"time\": 0,\n"
|
||||
" \"type\": \"LLT\"\n"
|
||||
" },\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" \"shared-networks\": [ ],\n"
|
||||
" \"subnet6\": [\n"
|
||||
" {\n"
|
||||
@@ -7691,6 +7850,9 @@ const char* UNPARSED_CONFIGS[] = {
|
||||
" }\n"
|
||||
" ],\n"
|
||||
" \"valid-lifetime\": 4000\n"
|
||||
" \"preferred-lifetime\": 3600,\n"
|
||||
" \"reservation-mode\": \"all\",\n"
|
||||
" \"server-tag\": \"\",\n"
|
||||
" }\n"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user