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

[#893] fixed unittests

This commit is contained in:
Razvan Becheriu
2020-04-11 13:08:13 +03:00
parent 4bb7b1a0aa
commit 576fb6cbb0
4 changed files with 689 additions and 288 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -85,7 +85,8 @@ const SimpleKeywords SimpleParser4::GLOBAL4_PARAMETERS = {
{ "ddns-qualifying-suffix", Element::string }, { "ddns-qualifying-suffix", Element::string },
{ "store-extended-info", Element::boolean }, { "store-extended-info", Element::boolean },
{ "statistic-default-sample-count", Element::integer }, { "statistic-default-sample-count", Element::integer },
{ "statistic-default-sample-age", Element::integer } { "statistic-default-sample-age", Element::integer },
{ "multi-threading", Element::map }
}; };
/// @brief This table defines default global values for DHCPv4 /// @brief This table defines default global values for DHCPv4

View File

@@ -86,7 +86,8 @@ const SimpleKeywords SimpleParser6::GLOBAL6_PARAMETERS = {
{ "ddns-qualifying-suffix", Element::string }, { "ddns-qualifying-suffix", Element::string },
{ "store-extended-info", Element::boolean }, { "store-extended-info", Element::boolean },
{ "statistic-default-sample-count", Element::integer }, { "statistic-default-sample-count", Element::integer },
{ "statistic-default-sample-age", Element::integer } { "statistic-default-sample-age", Element::integer },
{ "multi-threading", Element::map }
}; };
/// @brief This table defines default global values for DHCPv6 /// @brief This table defines default global values for DHCPv6