}
}
-// This test loads the all-keys.json file and check global parameters.
+// This test loads the all-keys.json file and checks global parameters.
TEST(ParserTest, globalParameters) {
ConstElementPtr json;
Parser4Context ctx;
}
}
-// This test loads the all-keys.json file and check global parameters.
+// This test loads the all-keys.json file and checks global parameters.
TEST(ParserTest, globalParameters) {
ConstElementPtr json;
Parser6Context ctx;
{ "cache-max-age", Element::integer },
{ "ip-reservations-unique", Element::boolean },
{ "ddns-update-on-renew", Element::boolean },
- { "ddns-use-conflict-resolution", Element::boolean }
+ { "ddns-use-conflict-resolution", Element::boolean },
+ { "compatibility", Element::map },
};
/// @brief This table defines default global values for DHCPv4
{ "cache-max-age", Element::integer },
{ "ip-reservations-unique", Element::boolean },
{ "ddns-update-on-renew", Element::boolean },
- { "ddns-use-conflict-resolution", Element::boolean }
+ { "ddns-use-conflict-resolution", Element::boolean },
+ { "compatibility", Element::map },
};
/// @brief This table defines default global values for DHCPv6