mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Report link-scope addresses as well.
This commit is contained in:
parent
8c92bf6a0d
commit
8001948b43
@ -340,11 +340,6 @@ nl_parse_addr(struct nlmsghdr *h)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef IPV6
|
|
||||||
if (i->ifa_scope == RT_SCOPE_LINK)
|
|
||||||
return;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ifi = if_find_by_index(i->ifa_index);
|
ifi = if_find_by_index(i->ifa_index);
|
||||||
if (!ifi)
|
if (!ifi)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user