summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-23 03:00:27 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-23 03:00:27 +0000
commitb1d9338b73aee1198b2b79536f98fad04e7b33c7 (patch)
tree3ad42abc7f2b3bf5b2b5ffa390cf5f66e6fa53e4 /sys/netinet6/ip6_input.c
parentedf5a7b07f06cf4c6a2dd2d26b861cdcb8ca510c (diff)
downloadFreeBSD-src-b1d9338b73aee1198b2b79536f98fad04e7b33c7.zip
FreeBSD-src-b1d9338b73aee1198b2b79536f98fad04e7b33c7.tar.gz
Remove in6_prefix.[ch] and the contained router renumbering capability.
The prefix management code currently resides in nd6, leaving only the unused router renumbering capability in the in6_prefix files. Removing it will make it easier for us to provide locking for the remainder of IPv6 by reducing the number of objects requiring synchronized access. This functionality has also been removed from NetBSD and OpenBSD. Submitted by: George Neville-Neil <gnn at neville-neil.com> Discussed with/approved by: suz, keiichi at kame.net, core at kame.net
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index ac24f97..e11cef1 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -104,7 +104,6 @@
#include <netinet6/scope6_var.h>
#include <netinet6/in6_ifattach.h>
#include <netinet6/nd6.h>
-#include <netinet6/in6_prefix.h>
#ifdef IPSEC
#include <netinet6/ipsec.h>
@@ -208,10 +207,6 @@ ip6_init2(dummy)
callout_init(&nd6_timer_ch, 0);
callout_reset(&nd6_timer_ch, hz, nd6_timer, NULL);
- /* router renumbering prefix list maintenance */
- callout_init(&in6_rr_timer_ch, 0);
- callout_reset(&in6_rr_timer_ch, hz, in6_rr_timer, NULL);
-
/* timer for regeneranation of temporary addresses randomize ID */
callout_init(&in6_tmpaddrtimer_ch, 0);
callout_reset(&in6_tmpaddrtimer_ch,
OpenPOWER on IntegriCloud