From: Marcin Siodelski Date: Mon, 16 Feb 2015 17:51:29 +0000 (+0100) Subject: [3695] Updated one comment as a result of the review. X-Git-Tag: trac3723_base~28^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15d0f2edcdeb5dcc296ba1f98b9752febd712ee8;p=thirdparty%2Fkea.git [3695] Updated one comment as a result of the review. --- diff --git a/src/lib/dhcpsrv/cfg_iface.cc b/src/lib/dhcpsrv/cfg_iface.cc index a12a431adf..0a6926f40a 100644 --- a/src/lib/dhcpsrv/cfg_iface.cc +++ b/src/lib/dhcpsrv/cfg_iface.cc @@ -106,7 +106,8 @@ CfgIface::openSockets(const uint16_t family, const uint16_t port, } } - // Select unicast sockets. It works only for V6. Ignore for V4. + // Select unicast sockets for DHCPv6 or activate specific IPv4 addresses + // for DHCPv4. for (ExplicitAddressMap::const_iterator unicast = address_map_.begin(); unicast != address_map_.end(); ++unicast) { Iface* iface = IfaceMgr::instance().getIface(unicast->first);