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:
Michael Tremer
2018-04-19 15:36:37 +01:00
parent bbaa7993bd
commit 4cd51e20ae

View File

@@ -436,12 +436,6 @@ sub writeipsecfiles {
if ($start_action eq 'route' && $inactivity_timeout > 0) {
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