Report link-scope addresses as well.
This commit is contained in:
parent
8c92bf6a0d
commit
8001948b43
1 changed files with 0 additions and 5 deletions
|
@ -340,11 +340,6 @@ nl_parse_addr(struct nlmsghdr *h)
|
|||
return;
|
||||
}
|
||||
|
||||
#ifdef IPV6
|
||||
if (i->ifa_scope == RT_SCOPE_LINK)
|
||||
return;
|
||||
#endif
|
||||
|
||||
ifi = if_find_by_index(i->ifa_index);
|
||||
if (!ifi)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue