]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Report link-scope addresses as well.
authorMartin Mares <mj@ucw.cz>
Sat, 22 Feb 2003 22:38:15 +0000 (22:38 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 22 Feb 2003 22:38:15 +0000 (22:38 +0000)
sysdep/linux/netlink/netlink.c

index d08a1216a204e840882a2b25fdacae67ad28b6ab..146148a0ee6c3103625787caae275d0adf2bde51 100644 (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)
     {