2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3477] Updated dhcp4 syntax

This commit is contained in:
Francis Dupont
2024-07-04 13:39:28 +02:00
parent a75d8fdd2c
commit 97e0638daa
10 changed files with 358 additions and 219 deletions

View File

@@ -578,6 +578,7 @@ processDhcp4Config(isc::data::ConstElementPtr config_set) {
if ((config_pair.first == "option-def") ||
(config_pair.first == "option-data") ||
(config_pair.first == "control-socket") ||
(config_pair.first == "control-sockets") ||
(config_pair.first == "multi-threading") ||
(config_pair.first == "dhcp-queue-control") ||
(config_pair.first == "host-reservation-identifiers") ||