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:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user