ip/dhcp6d: don't drink and code
This commit is contained in:
parent
b9b6fcd85f
commit
55b73cbbbf
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ openlisten(char *net)
|
|||
if(strcmp(ifc->dev, "/dev/null") == 0)
|
||||
continue;
|
||||
for(lifc = ifc->lifc; lifc != nil; lifc = lifc->next){
|
||||
if(ISIPV6LINKLOCAL(lifc->ip))
|
||||
if(!ISIPV6LINKLOCAL(lifc->ip))
|
||||
continue;
|
||||
if(fprint(cfd, "addmulti %I ff02::1:2", lifc->ip) < 0)
|
||||
fprint(2, "addmulti: %I: %r\n", lifc->ip);
|
||||
|
|
Loading…
Reference in a new issue