Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6.
diff --git a/src/network.c b/src/network.c
index 8e62538..712d7ee 100644
--- a/src/network.c
+++ b/src/network.c
@@ -115,7 +115,9 @@
   int ret = 1, match_addr = 0;
 
   /* Note: have to check all and not bail out early, so that we set the
-     "used" flags. */
+     "used" flags.
+
+     May be called with family == AF_LOCALto check interface by name only. */
   
   if (auth)
     *auth = 0;