mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Revert "IPsec: Try to restart always-on tunnels immediately"
This reverts commit a261cb06c6.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -436,12 +436,6 @@ sub writeipsecfiles {
|
|||||||
if ($start_action eq 'route' && $inactivity_timeout > 0) {
|
if ($start_action eq 'route' && $inactivity_timeout > 0) {
|
||||||
print CONF "\tinactivity=$inactivity_timeout\n";
|
print CONF "\tinactivity=$inactivity_timeout\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Restart the connection immediately when it has gone down
|
|
||||||
# unexpectedly
|
|
||||||
if ($start_action eq 'start') {
|
|
||||||
print CONF "\tcloseaction=restart\n";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fragmentation
|
# Fragmentation
|
||||||
|
|||||||
Reference in New Issue
Block a user