From 8879f8b0b51a30e844f2bf2c1097ce2020ec8e10 Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Fri, 7 Jun 2002 15:33:37 +0000 Subject: document net.inet6.ip6.v6only --- lib/libc/gen/sysctl.3 | 11 ++++++++++- sbin/sysctl/sysctl.8 | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 769809ebad9..7a937948fc1 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.88 2002/05/28 03:18:57 itojun Exp $ +.\" $OpenBSD: sysctl.3,v 1.89 2002/06/07 15:33:36 itojun Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1024,6 +1024,7 @@ The currently defined protocols and names are: .It ip6 kame_version string no .It ip6 use_deprecated integer yes .It ip6 rr_prune integer yes +.It ip6 v6only integer no .It ip6 maxfrags integer yes .It icmp6 rediraccept integer yes .It icmp6 redirtimeout integer yes @@ -1115,6 +1116,14 @@ RFC2462 5.5.4. .It Li ip6.rr_prune The variable specifies interval between IPv6 router renumbering prefix babysitting in seconds. +.It Li ip6.v6only +The variable specifies initial value for +.Dv IPV6_V6ONLY +socket option for +.Dv AF_INET6 +socket. +It is always 1 for +.Ox . .It Li ip6.maxfrags The maximum number of fragments the node will accept. 0 means that the node will not accept any fragments. diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 773a38718d2..f8697022ec9 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.84 2002/05/28 03:18:57 itojun Exp $ +.\" $OpenBSD: sysctl.8,v 1.85 2002/06/07 15:33:36 itojun Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -231,6 +231,7 @@ privilege can change the value. .It net.inet6.ip6.kame_version string no .It net.inet6.ip6.use_deprecated integer yes .It net.inet6.ip6.rr_prune integer yes +.It net.inet6.ip6.v6only integer no .It net.inet6.ip6.maxfrags integer yes .It net.inet6.icmp6.rediraccept integer yes .It net.inet6.icmp6.redirtimeout integer yes -- cgit v1.2.3