|
@@ -68,7 +68,7 @@ ControlledDhcpv6Srv::commandLibReloadHandler(const string&, ConstElementPtr) {
|
|
|
ConstElementPtr
|
|
|
ControlledDhcpv6Srv::commandConfigReloadHandler(const string&, ConstElementPtr args) {
|
|
|
// Use set-config as it handles logging and server config
|
|
|
- return (commandSetConfigHandler("", args));
|
|
|
+ return (commandSetConfigHandler("set-config", args));
|
|
|
}
|
|
|
|
|
|
ConstElementPtr
|
|
@@ -105,7 +105,7 @@ ControlledDhcpv6Srv::commandSetConfigHandler(const string&,
|
|
|
// configuration attempts.
|
|
|
CfgMgr::instance().rollback();
|
|
|
|
|
|
- // Logging is a sibling element and must be be parsed explicitly.
|
|
|
+ // Logging is a sibling element and must be parsed explicitly.
|
|
|
// The call to configureLogger parses the given Logging element if
|
|
|
// not null, into the staging config. Note this does not alter the
|
|
|
// current loggers, they remain in effect until we apply the
|