diff options
-rw-r--r-- | lib/libc/gen/sysctl.3 | 14 | ||||
-rw-r--r-- | share/man/man4/ip6.4 | 11 |
2 files changed, 4 insertions, 21 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a51e2996d03..44fecfc3779 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.257 2016/05/13 21:36:28 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.258 2016/05/19 12:08:17 jmc 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 13 2016 $ +.Dd $Mdocdate: May 19 2016 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1673,7 +1673,6 @@ The currently defined protocols and names are: .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 -.It ip6 Ta v6only Ta integer Ta no .El .Pp The variables are as follows: @@ -1875,15 +1874,6 @@ babysitting in seconds. .It Li ip6.use_deprecated This variable controls the use of deprecated addresses, specified in RFC 4862 5.5.4. -.Pp -.It Li ip6.v6only -The variable specifies the initial value for the -.Dv IPV6_V6ONLY -socket option for an -.Dv AF_INET6 -socket. -It is always 1 for -.Ox . .El .Pp We reuse diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index 2763f16254f..70f57d655c1 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip6.4,v 1.35 2015/11/03 02:17:45 jca Exp $ +.\" $OpenBSD: ip6.4,v 1.36 2016/05/19 12:08:17 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -26,7 +26,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: November 3 2015 $ +.Dd $Mdocdate: May 19 2016 $ .Dt IP6 4 .Os .Sh NAME @@ -342,13 +342,6 @@ packets and that no checksums will be computed or stored on outgoing packets. The offset of the checksum for ICMPv6 sockets cannot be relocated or turned off. -.It Dv IPV6_V6ONLY Fa "int *" -Get or set whether only IPv6 connections can be made to this socket. -For wildcard sockets, this can restrict connections to IPv6 only. -With -.Ox -IPv6 sockets are always IPv6-only, so the socket option is read-only -(not modifiable). .It Dv IPV6_USE_MIN_MTU Fa "int *" Get or set whether the minimal IPv6 maximum transmission unit (MTU) size will be used to avoid fragmentation from occurring for subsequent |