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:
parent
8c92bf6a0d
commit
8001948b43
@ -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 New Issue
Block a user