Report link-scope addresses as well.

This commit is contained in:
Martin Mares 2003-02-22 22:38:15 +00:00
parent 8c92bf6a0d
commit 8001948b43

View file

@ -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)
{