diff options
author | 2015-10-01 20:42:58 +0000 | |
---|---|---|
committer | 2015-10-01 20:42:58 +0000 | |
commit | 4f3ea16b5fd35120c161a6746e11ce80aa9cee06 (patch) | |
tree | 41c1aeeecc355250ec787f6357392ade9a5e2e3e | |
parent | some radiusd updates, from theo buehler (diff) | |
download | wireguard-openbsd-4f3ea16b5fd35120c161a6746e11ce80aa9cee06.tar.xz wireguard-openbsd-4f3ea16b5fd35120c161a6746e11ce80aa9cee06.zip |
no more INET option, apparently; from ilya kaliman
-rw-r--r-- | share/man/man4/options.4 | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 19dedb96027..7e8a18e4bc4 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.239 2015/01/21 02:23:14 guenther Exp $ +.\" $OpenBSD: options.4,v 1.240 2015/10/01 20:42:58 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: January 21 2015 $ +.Dd $Mdocdate: October 1 2015 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -444,24 +444,13 @@ See and .Xr sysctl 3 for details. -.It Cd option INET -Includes support for the TCP/IP protocol stack. -This option is currently required. -See -.Xr inet 4 -for details. .It Cd option INET6 Includes support for the 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 IPSEC This option enables IP security protocol support. See @@ -473,8 +462,6 @@ While not IP specific, this option is usually used in conjunction with option .Em IPSEC . .It Cd option MROUTING Includes support for IP multicast routers. -.Em INET -should be set along with this. Multicast routing is controlled by the .Xr mrouted 8 daemon. @@ -716,7 +703,3 @@ The .Nm man page first appeared in .Ox 2.3 . -.Sh BUGS -The -.Em INET -option should not be required. |