ipsec: Always enable support for IKE fragmentation

This commit is contained in:
Michael Tremer
2015-04-21 19:36:40 +02:00
parent 2b4830c5ab
commit a47376207f

View File

@@ -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);