diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-10-30 19:51:00 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-10-30 19:51:00 +0000 |
commit | 559c44190ac85d1119d87bb9760054936d63c6ac (patch) | |
tree | d552dd02af2586bc58d16f4ac966bcd02d158e43 /sbin/ipsecctl/ipsec.conf.5 | |
parent | 91398d4504c457003e896acbf5f781048215dafc (diff) |
describe ipcomp
Diffstat (limited to 'sbin/ipsecctl/ipsec.conf.5')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 553b4cd2fd2..3bd14edbce2 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.22 2005/10/16 21:24:45 hshoexer Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.23 2005/10/30 19:50:59 hshoexer Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -122,6 +122,8 @@ The following rules enter SAs in the SADB: Enter an ESP SA. .It Ic ah Enter an AH SA. +.It Ic ipcomp +Enter an IPCOMP SA. .El .Pp Parameters specify the peers, Security Parameter Index (SPI), @@ -172,6 +174,19 @@ will choose .Ar hmac-sha2-256 by default. .It Xo +.Ar comp +.Aq Ar algorithm +.Xc +The compression algorithm to be used. Possible algorithms are +.Ar deflate +and +.Ar lzs . +Note that +.Ar lzs +is only available with +.Xr hifn 4 +because of the patent held by Hifn, Inc. +.It Xo .Ar enc .Aq Ar algorithm .Xc |