--- src/sys/netinet6/ip6_forward.c 2004/10/15 22:59:10 1.10 +++ src/sys/netinet6/ip6_forward.c 2005/02/01 16:09:37 1.11 @@ -503,14 +503,12 @@ ip6_forward(struct mbuf *m, int srcrt) } else origifp = rt->rt_ifp; -#ifndef SCOPEDROUTING /* * clear embedded scope identifiers if necessary. * in6_clearscope will touch the addresses only when necessary. */ in6_clearscope(&ip6->ip6_src); in6_clearscope(&ip6->ip6_dst); -#endif /* * Run through list of hooks for output packets.