if ((name != ALL_IFACES_KEYWORD)) {
// Log that we're listening on the specific interface and that the
// address is not explicitly specified.
- LOG_INFO(dhcpsrv_logger, DHCPSRV_CFGMGR_ADD_IFACE).arg(name);
+ LOG_INFO(dhcpsrv_logger, DHCPSRV_CFGMGR_ADD_IFACE_ON_MERGE).arg(name);
iface_set_.insert(name);
updated = true;
}
namespace dhcp {
extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_IFACE = "DHCPSRV_CFGMGR_ADD_IFACE";
+extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_IFACE_ON_MERGE = "DHCPSRV_CFGMGR_ADD_IFACE_ON_MERGE";
extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_SUBNET4 = "DHCPSRV_CFGMGR_ADD_SUBNET4";
extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_SUBNET6 = "DHCPSRV_CFGMGR_ADD_SUBNET6";
extern const isc::log::MessageID DHCPSRV_CFGMGR_ALL_IFACES_ACTIVE = "DHCPSRV_CFGMGR_ALL_IFACES_ACTIVE";
const char* values[] = {
"DHCPSRV_CFGMGR_ADD_IFACE", "listening on interface %1",
+ "DHCPSRV_CFGMGR_ADD_IFACE_ON_MERGE", "listening on interface %1",
"DHCPSRV_CFGMGR_ADD_SUBNET4", "adding subnet %1",
"DHCPSRV_CFGMGR_ADD_SUBNET6", "adding subnet %1",
"DHCPSRV_CFGMGR_ALL_IFACES_ACTIVE", "enabling listening on all interfaces",
namespace dhcp {
extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_IFACE;
+extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_IFACE_ON_MERGE;
extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_SUBNET4;
extern const isc::log::MessageID DHCPSRV_CFGMGR_ADD_SUBNET6;
extern const isc::log::MessageID DHCPSRV_CFGMGR_ALL_IFACES_ACTIVE;
An info message issued when a new interface is being added to the collection of
interfaces on which the server listens to DHCP messages.
+% DHCPSRV_CFGMGR_ADD_IFACE_ON_MERGE listening on interface %1
+An info message issued when a new interface is being added to the collection of
+interfaces on which the server listens to DHCP messages.
+
% DHCPSRV_CFGMGR_ADD_SUBNET4 adding subnet %1
Logged at debug log level 40.
A debug message reported when the DHCP configuration manager is adding the