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:
parent
4bb7b1a0aa
commit
576fb6cbb0
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 },
|
||||
{ "store-extended-info", Element::boolean },
|
||||
{ "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
|
||||
|
@ -86,7 +86,8 @@ const SimpleKeywords SimpleParser6::GLOBAL6_PARAMETERS = {
|
||||
{ "ddns-qualifying-suffix", Element::string },
|
||||
{ "store-extended-info", Element::boolean },
|
||||
{ "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
|
||||
|
Loading…
x
Reference in New Issue
Block a user