diff options
author | 2000-01-06 05:35:07 +0000 | |
---|---|---|
committer | 2000-01-06 05:35:07 +0000 | |
commit | 56dd206c975a3ab87953451f6f1c7be66fce5369 (patch) | |
tree | 201fe7de358f1e161a190ad507dfc0454e05d280 | |
parent | Remove obsolete IMP man page. (diff) | |
download | wireguard-openbsd-56dd206c975a3ab87953451f6f1c7be66fce5369.tar.xz wireguard-openbsd-56dd206c975a3ab87953451f6f1c7be66fce5369.zip |
add INET6.
-rw-r--r-- | share/man/man4/options.4 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 4493dd2eedd..f53586b0fd1 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.44 2000/01/03 19:06:56 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.45 2000/01/06 05:35:07 itojun Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -564,6 +564,20 @@ Includes support for the TCP/IP protocol stack. This option is currently required. See .Xr inet 4 for details. +.It Cd options INET6 +Includes support for the +.Tn IPv6 +protocol stack. +See +.Xr inet6 4 +for details. +Unlike +.Em INET , +.Em INET6 +enables multicast routing code as well. +This option requires +.Em INET +at this moment, but it should not. .It Cd option NS Include support for the Xerox XNS protocol stack. See .Xr ns 4 |