From a72f1bdb767fa08d3ce42494c037364f31421fb8 Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 10 Oct 2003 16:04:00 +0000 Subject: nuke SCOPEDROUTING. Though it was there for a long time, it was never enabled. --- sys/netinet6/ip6_forward.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/netinet6/ip6_forward.c') diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index 0d1c4ca..6414ab5 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -508,14 +508,12 @@ ip6_forward(m, 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 #ifdef PFIL_HOOKS /* -- cgit v1.1