summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-07 15:33:37 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-07 15:33:37 +0000
commit8879f8b0b51a30e844f2bf2c1097ce2020ec8e10 (patch)
tree43f6827aa90204e9f5a13ee02e5af7e6c487ce31
parentef3072852e39a2d8544ba923bda74b2b58a88f06 (diff)
document net.inet6.ip6.v6only
-rw-r--r--lib/libc/gen/sysctl.311
-rw-r--r--sbin/sysctl/sysctl.83
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