aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-12-24 12:59:30 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-12 11:54:32 +0100
commit365d9a6f67739bdc4c43130eec362ad97414762c (patch)
tree9faac7cbec5fe27d69f3665a7637de4444c87a1e /man
parent97973f860924e4472be9c842c34843cd95680642 (diff)
downloadstrongswan-365d9a6f67739bdc4c43130eec362ad97414762c.tar.bz2
strongswan-365d9a6f67739bdc4c43130eec362ad97414762c.tar.xz
Added an option that allows to force IKEv1 fragmentation
Diffstat (limited to 'man')
-rw-r--r--man/ipsec.conf.5.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in
index 01c7c3848..2766cc4ed 100644
--- a/man/ipsec.conf.5.in
+++ b/man/ipsec.conf.5.in
@@ -403,15 +403,20 @@ force UDP encapsulation for ESP packets even if no NAT situation is detected.
This may help to surmount restrictive firewalls. In order to force the peer to
encapsulate packets, NAT detection payloads are faked.
.TP
-.BR fragmentation " = yes | " no
+.BR fragmentation " = yes | force | " no
whether to use IKE fragmentation (proprietary IKEv1 extension). Acceptable
values are
-.B yes
+.BR yes ,
+.B force
and
.B no
(the default). Fragmented messages sent by a peer are always accepted
-irrespective of the value of this option. If enabled, and the peer supports it,
-larger IKE messages will be sent in fragments.
+irrespective of the value of this option. If set to
+.BR yes ,
+and the peer supports it, larger IKE messages will be sent in fragments.
+If set to
+.B force
+the initial IKE message will already be fragmented if required.
.TP
.BR ike " = <cipher suites>"
comma-separated list of IKE/ISAKMP SA encryption/authentication algorithms