return;
if (IN6_IS_ADDR_LOOPBACK (&p->prefix))
return;
-#ifdef LINUX
- /* XXX As long as the RIPng redistribution is applied to all the connected
- * routes, one needs to filter the ::/96 prefixes.
- * However it could be a wanted case, it will be removed soon.
- */
- if ((IN6_IS_ADDR_V4COMPAT(&p->prefix)) ||
- (IN6_IS_ADDR_UNSPECIFIED (&p->prefix) && (p->prefixlen == 96)))
- return;
-#endif /* LINUX */
rp = route_node_get (ripng->table, (struct prefix *) p);
rinfo = rp->info;
return;
if (IN6_IS_ADDR_LOOPBACK (&p->prefix))
return;
-#ifdef LINUX
- /* XXX As long as the RIPng redistribution is applied to all the connected
- * routes, one needs to filter the ::/96 prefixes.
- * However it could be a wanted case, it will be removed soon.
- */
- if ((IN6_IS_ADDR_V4COMPAT(&p->prefix)) ||
- (IN6_IS_ADDR_UNSPECIFIED (&p->prefix) && (p->prefixlen == 96)))
- return;
-#endif /* LINUX */
rp = route_node_lookup (ripng->table, (struct prefix *) p);