]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3695] Updated one comment as a result of the review.
authorMarcin Siodelski <marcin@isc.org>
Mon, 16 Feb 2015 17:51:29 +0000 (18:51 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 16 Feb 2015 17:51:29 +0000 (18:51 +0100)
src/lib/dhcpsrv/cfg_iface.cc

index a12a431adfa2eafdcf49bcd779ffb92571700c29..0a6926f40a07d44f73027d5913bd3a52ab58202c 100644 (file)
@@ -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);