Merge branch 'auth'

This commit is contained in:
Simon Kelley
2012-12-04 20:50:38 +00:00
15 changed files with 901 additions and 191 deletions

View File

@@ -149,7 +149,7 @@ void icmp6_packet(void)
if (!indextoname(daemon->icmp6fd, if_index, interface))
return;
if (!iface_check(AF_LOCAL, NULL, interface))
if (!iface_check(AF_LOCAL, NULL, interface, NULL))
return;
for (tmp = daemon->dhcp_except; tmp; tmp = tmp->next)