mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ipsec: Always enable support for IKE fragmentation
This commit is contained in:
@@ -435,6 +435,10 @@ sub writeipsecfiles {
|
|||||||
} else {
|
} else {
|
||||||
print CONF "\tauto=start\n";
|
print CONF "\tauto=start\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Fragmentation
|
||||||
|
print CONF "\tfragmentation=yes\n";
|
||||||
|
|
||||||
print CONF "\n";
|
print CONF "\n";
|
||||||
}#foreach key
|
}#foreach key
|
||||||
print SECRETS $last_secrets if ($last_secrets);
|
print SECRETS $last_secrets if ($last_secrets);
|
||||||
|
|||||||
Reference in New Issue
Block a user