mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
ipsec: Always enable support for IKE fragmentation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user