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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user