mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[3534] Refactored Configuration to SrvConfig.
This change affects many files using the Configuration object and types derived from it.
This commit is contained in:
@@ -653,7 +653,7 @@ configureDhcp4Server(Dhcpv4Srv&, isc::data::ConstElementPtr config_set) {
|
||||
|
||||
LOG_INFO(dhcp4_logger, DHCP4_CONFIG_COMPLETE)
|
||||
.arg(CfgMgr::instance().getCurrentCfg()->
|
||||
getConfigSummary(Configuration::CFGSEL_ALL4));
|
||||
getConfigSummary(SrvConfig::CFGSEL_ALL4));
|
||||
|
||||
// Everything was fine. Configuration is successful.
|
||||
answer = isc::config::createAnswer(0, "Configuration successful.");
|
||||
|
Reference in New Issue
Block a user