aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/vici_config.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-10-04 10:09:03 +0200
committerTobias Brunner <tobias@strongswan.org>2016-10-04 10:09:03 +0200
commitdcee481910726cfd9d0260f09f181b257d35f76c (patch)
treed198ec0462a5547bc3ae4f007b29f0fbd1ebf9ce /src/libcharon/plugins/vici/vici_config.c
parent6b2814ab0e254c88a1816c1690e35bda505a0f34 (diff)
parentd5c6a0bac425d2524516476452747b989c8c5c93 (diff)
downloadstrongswan-dcee481910726cfd9d0260f09f181b257d35f76c.tar.bz2
strongswan-dcee481910726cfd9d0260f09f181b257d35f76c.tar.xz
Merge branch 'enable-fragmentation'
This enables IKE fragmentation by default. And also increases the default fragment size to 1280 bytes (the default for IPv6).
Diffstat (limited to 'src/libcharon/plugins/vici/vici_config.c')
-rw-r--r--src/libcharon/plugins/vici/vici_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/vici/vici_config.c b/src/libcharon/plugins/vici/vici_config.c
index 224a51923..2110fd31d 100644
--- a/src/libcharon/plugins/vici/vici_config.c
+++ b/src/libcharon/plugins/vici/vici_config.c
@@ -1980,7 +1980,7 @@ CALLBACK(config_sn, bool,
.send_cert = CERT_SEND_IF_ASKED,
.version = IKE_ANY,
.remote_port = IKEV2_UDP_PORT,
- .fragmentation = FRAGMENTATION_NO,
+ .fragmentation = FRAGMENTATION_YES,
.unique = UNIQUE_NO,
.keyingtries = 1,
.rekey_time = LFT_UNDEFINED,