2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00
This commit is contained in:
Francis Dupont
2020-06-16 09:40:07 +02:00
parent 16295dc38e
commit 4dea40f9ed

View File

@@ -696,7 +696,7 @@ configureDhcp6Server(Dhcpv6Srv& server, isc::data::ConstElementPtr config_set,
parameter_name = config_pair.first; parameter_name = config_pair.first;
// This are converted to SimpleParser and are handled already above. // These are converted to SimpleParser and are handled already above.
if ((config_pair.first == "data-directory") || if ((config_pair.first == "data-directory") ||
(config_pair.first == "option-def") || (config_pair.first == "option-def") ||
(config_pair.first == "option-data") || (config_pair.first == "option-data") ||