From a47376207fbce85385dc6086a87d54ec2e6aa0f1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 21 Apr 2015 19:36:40 +0200 Subject: [PATCH] ipsec: Always enable support for IKE fragmentation --- html/cgi-bin/vpnmain.cgi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 4138f4dea6..b25cb6ade2 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -435,6 +435,10 @@ sub writeipsecfiles { } else { print CONF "\tauto=start\n"; } + + # Fragmentation + print CONF "\tfragmentation=yes\n"; + print CONF "\n"; }#foreach key print SECRETS $last_secrets if ($last_secrets); -- 2.39.5