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

[#2958] removed deprecated dhcp-ddns parameters

This commit is contained in:
Razvan Becheriu
2024-05-10 23:48:32 +03:00
parent f40b537fdd
commit d149028d61
35 changed files with 1322 additions and 2872 deletions

View File

@@ -352,12 +352,6 @@ processDhcp4Config(isc::data::ConstElementPtr config_set) {
// default values and will insert derived values as well.
mutable_cfg = boost::const_pointer_cast<Element>(config_set);
// Relocate dhcp-ddns parameters that have moved to global scope.
// Rule is that a global value overrides the dhcp-ddns value, so
// we need to do this before we apply global defaults.
// Note this is done for backward compatibility.
srv_config->moveDdnsParams(mutable_cfg);
// Move from reservation mode to new reservations flags.
// @todo add warning
BaseNetworkParser::moveReservationMode(mutable_cfg);