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

[208-move-logging-from-global-objects-to-global-params] Almost done. Checkpoint of the day

This commit is contained in:
Francis Dupont
2019-01-07 19:42:03 +01:00
parent 259a69bee5
commit 7bc4cc182a
89 changed files with 371 additions and 394 deletions

View File

@@ -556,7 +556,8 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
(config_pair.first == "reservation-mode") ||
(config_pair.first == "calculate-tee-times") ||
(config_pair.first == "t1-percent") ||
(config_pair.first == "t2-percent")) {
(config_pair.first == "t2-percent") ||
(config_pair.first == "loggers")) {
CfgMgr::instance().getStagingCfg()->addConfiguredGlobal(config_pair.first,
config_pair.second);