diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-06-01 11:11:45 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-06-01 11:11:45 +0000 |
commit | c2ffcb36fc8b8cd9ae7e69149b01f49ff053623b (patch) | |
tree | fd9ea7538d36b34869afadf1c1b9b29309f25df0 /lib/libc/gen | |
parent | a72990faf70a99c1b3656ba4cf1a71a1223adf59 (diff) |
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 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index c4cb4cca162..63d1c1f2287 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.259 2016/05/29 17:01:07 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.260 2016/06/01 11:11:44 jca Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 29 2016 $ +.Dd $Mdocdate: June 1 2016 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1676,7 +1676,6 @@ The currently defined protocols and names are: .It ip6 Ta multipath Ta integer Ta yes .It ip6 Ta neighborgcthresh Ta integer Ta yes .It ip6 Ta redirect Ta integer Ta yes -.It ip6 Ta rr_prune Ta integer Ta yes .It ip6 Ta use_deprecated Ta integer Ta yes .El .Pp @@ -1872,10 +1871,6 @@ Returns 1 when ICMPv6 redirects may be sent by the node. This option is ignored unless the node is routing IP packets, and should normally be enabled on all systems. .Pp -.It Li ip6.rr_prune -This variable specifies the interval between IPv6 router renumbering prefix -babysitting in seconds. -.Pp .It Li ip6.use_deprecated This variable controls the use of deprecated addresses, specified in RFC 4862 5.5.4. |