diff options
Diffstat (limited to 'sys/netinet6/route6.c')
-rw-r--r-- | sys/netinet6/route6.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/route6.c b/sys/netinet6/route6.c index 1311437..ac0c7e6 100644 --- a/sys/netinet6/route6.c +++ b/sys/netinet6/route6.c @@ -62,6 +62,7 @@ route6_input(struct mbuf **mp, int *offp, int proto) struct mbuf *m = *mp; struct ip6_rthdr *rh; int off = *offp, rhlen; +#ifdef __notyet__ struct ip6aux *ip6a; ip6a = ip6_findaux(m); @@ -73,6 +74,7 @@ route6_input(struct mbuf **mp, int *offp, int proto) return IPPROTO_DONE; } } +#endif #ifndef PULLDOWN_TEST IP6_EXTHDR_CHECK(m, off, sizeof(*rh), IPPROTO_DONE); |