diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-24 15:31:15 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-05-24 15:32:28 +0200 |
commit | 18dac73f02b1103a5e3cefba69fee2e5804234c1 (patch) | |
tree | 5fbae2c95a123ce71b4cb797f325743d321e36aa | |
parent | 6695b48582345f65b3c026e5011fd0ed448666fb (diff) | |
download | strongswan-18dac73f02b1103a5e3cefba69fee2e5804234c1.tar.bz2 strongswan-18dac73f02b1103a5e3cefba69fee2e5804234c1.tar.xz |
Updated ipsec.conf(5) to reflect changes to IPComp support.
-rw-r--r-- | man/ipsec.conf.5.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in index 92cf0ca8b..63e25c8fe 100644 --- a/man/ipsec.conf.5.in +++ b/man/ipsec.conf.5.in @@ -303,13 +303,11 @@ and .B no (the default). A value of .B yes -causes IPsec to propose both compressed and uncompressed, +causes the daemon to propose both compressed and uncompressed, and prefer compressed. A value of .B no -prevents IPsec from proposing compression; -a proposal to compress will still be accepted. IPComp is currently not supported -with IKEv1. +prevents the daemon from proposing or accepting compression. .TP .BR dpdaction " = " none " | clear | hold | restart" controls the use of the Dead Peer Detection protocol (DPD, RFC 3706) where |