diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-07 15:33:37 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-07 15:33:37 +0000 |
commit | 8879f8b0b51a30e844f2bf2c1097ce2020ec8e10 (patch) | |
tree | 43f6827aa90204e9f5a13ee02e5af7e6c487ce31 /lib/libc | |
parent | ef3072852e39a2d8544ba923bda74b2b58a88f06 (diff) |
document net.inet6.ip6.v6only
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 11 |
1 files changed, 10 insertions, 1 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. |