0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 12:48:43 +00:00

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