summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.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_input.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_input.c')
-rw-r--r--sys/netinet6/ip6_input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 77d86a5..2d7420f 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -488,10 +488,6 @@ ip6_input(m)
dst6->sin6_len = sizeof(struct sockaddr_in6);
dst6->sin6_family = AF_INET6;
dst6->sin6_addr = ip6->ip6_dst;
-#ifdef SCOPEDROUTING
- ip6_forward_rt.ro_dst.sin6_scope_id =
- in6_addr2scopeid(m->m_pkthdr.rcvif, &ip6->ip6_dst);
-#endif
rtalloc_ign((struct route *)&ip6_forward_rt, RTF_PRCLONING);
}
OpenPOWER on IntegriCloud