summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_forward.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-10 16:04:00 +0000
committerume <ume@FreeBSD.org>2003-10-10 16:04:00 +0000
commita72f1bdb767fa08d3ce42494c037364f31421fb8 (patch)
tree0a822f1e32a81df06aa7171ff2072981534b44ad /sys/netinet6/ip6_forward.c
parent8df937af7e7320438f99077b1d70e8f6a6c15068 (diff)
downloadFreeBSD-src-a72f1bdb767fa08d3ce42494c037364f31421fb8.zip
FreeBSD-src-a72f1bdb767fa08d3ce42494c037364f31421fb8.tar.gz
nuke SCOPEDROUTING. Though it was there for a long time,
it was never enabled.
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
-rw-r--r--sys/netinet6/ip6_forward.c2
1 files changed, 0 insertions, 2 deletions
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
/*
OpenPOWER on IntegriCloud