summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-06-01 11:11:44 +0000
committerjca <jca@openbsd.org>2016-06-01 11:11:44 +0000
commitf595ec36ffef22bb8c70def7c930d8c1f0ce73c8 (patch)
treee122051e2d41c6f3d568f8236b84805112f6cede /sys/netinet6/in6.h
parentikev2_cp_fixaddr() is called to replace unspecified (e.g. 0.0.0.0) (diff)
downloadwireguard-openbsd-f595ec36ffef22bb8c70def7c930d8c1f0ce73c8.tar.xz
wireguard-openbsd-f595ec36ffef22bb8c70def7c930d8c1f0ce73c8.zip
Kill sysctl net.inet6.ip6.rr_prune
We don't support Router Renumbering and there are no plans to change that. ok mpi@
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 82548d432f9..dc72a346da8 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.88 2016/05/19 11:34:39 jca Exp $ */
+/* $OpenBSD: in6.h,v 1.89 2016/06/01 11:11:44 jca Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -576,7 +576,6 @@ ifatoia6(struct ifaddr *ifa)
#define IPV6CTL_AUTO_FLOWLABEL 17
#define IPV6CTL_DEFMCASTHLIM 18
#define IPV6CTL_USE_DEPRECATED 21 /* use deprecated addr (RFC2462 5.5.4) */
-#define IPV6CTL_RR_PRUNE 22 /* walk timer for router renumbering */
/* 24 to 40: reserved */
#define IPV6CTL_MAXFRAGS 41 /* max fragments */
#define IPV6CTL_MFORWARDING 42
@@ -619,7 +618,7 @@ ifatoia6(struct ifaddr *ifa)
{ 0, 0 }, \
{ 0, 0 }, \
{ "use_deprecated", CTLTYPE_INT }, \
- { "rr_prune", CTLTYPE_INT }, \
+ { 0, 0 }, \
{ 0, 0 }, \
{ 0, 0 }, \
{ 0, 0 }, \
@@ -676,7 +675,7 @@ ifatoia6(struct ifaddr *ifa)
NULL, \
NULL, \
&ip6_use_deprecated, \
- &ip6_rr_prune, \
+ NULL, \
NULL, \
NULL, \
NULL, \