mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 08:25:16 +00:00
[#2719] Renamed parameter and added it to classes
Renamed offer-lft to offer-lifetime to match other lifetime parameters.
This commit is contained in:
@@ -684,7 +684,7 @@ processDhcp4Config(isc::data::ConstElementPtr config_set) {
|
||||
(config_pair.first == "reservations-lookup-first") ||
|
||||
(config_pair.first == "parked-packet-limit") ||
|
||||
(config_pair.first == "allocator") ||
|
||||
(config_pair.first == "offer-lft") ) {
|
||||
(config_pair.first == "offer-lifetime") ) {
|
||||
CfgMgr::instance().getStagingCfg()->addConfiguredGlobal(config_pair.first,
|
||||
config_pair.second);
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user