commit | 89500e31f199e9ae1eadc86213b911ff44d30d6f | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Fri Sep 20 16:29:20 2013 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Fri Sep 20 16:29:20 2013 +0100 |
tree | 458fd19b42ccf7cecbf8fbcd24572b4534f75d87 | |
parent | c8f2dd8b5363b9026ae3de6ce84b5b64df657892 [diff] [blame] |
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;