diff options
author | 2019-12-01 12:11:56 +0000 | |
---|---|---|
committer | 2019-12-01 12:11:56 +0000 | |
commit | 7b6d306a3e61de7ebaab494fc46227d42f2b6f0e (patch) | |
tree | 5eb74b6e5ac914b3910ffc61ae1954bf0ffa6d8b | |
parent | Simplify sets directory check and creation (/home/_syspatch). (diff) | |
download | wireguard-openbsd-7b6d306a3e61de7ebaab494fc46227d42f2b6f0e.tar.xz wireguard-openbsd-7b6d306a3e61de7ebaab494fc46227d42f2b6f0e.zip |
Explain how ipcomp can be enabled.
ok reyk@
-rw-r--r-- | sbin/iked/iked.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index 7424d26b6ab..ea5b152d430 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.59 2019/11/12 17:13:26 jmc Exp $ +.\" $OpenBSD: iked.conf.5,v 1.60 2019/12/01 12:11:56 tobhe Exp $ .\" .\" Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 12 2019 $ +.Dd $Mdocdate: December 1 2019 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -268,6 +268,9 @@ specifies that .Xr ipcomp 4 , the IP Payload Compression protocol, is negotiated in addition to encapsulation. The optional compression is applied before packets are encapsulated. +IPcomp must be enabled in the kernel: +.Pp +.Dl # sysctl net.inet.ipcomp.enable=1 .It Op Ar encap .Ar encap specifies the encapsulation protocol to be used. |