diff options
author | 1999-03-15 15:38:16 +0000 | |
---|---|---|
committer | 1999-03-15 15:38:16 +0000 | |
commit | 3cd7ca46accfa94d9beef79a00f2cb4fec0823eb (patch) | |
tree | d51f727744af190ca9b75b5119f18dd4484c574f | |
parent | explain EPROTONOSUPPORT; nash@mcs.net (diff) | |
download | wireguard-openbsd-3cd7ca46accfa94d9beef79a00f2cb4fec0823eb.tar.xz wireguard-openbsd-3cd7ca46accfa94d9beef79a00f2cb4fec0823eb.zip |
mention option KEY; nash@mcs.net
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index cd3535a2de4..aceb2f53e1d 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.27 1999/03/11 01:35:04 pjanzen Exp $ +.\" $OpenBSD: options.4,v 1.28 1999/03/15 15:38:16 deraadt Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -667,6 +667,10 @@ See and .Xr sysctl 3 for details. +.It Cd option KEY +Enables PFKEYv2 (RFC 2367) support. While not IP specific, this option +is usually used in conjunction with option +.Em IPSEC . .El .Ss SCSI Subsystem Options .Bl -ohang |