mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
IPsec: Set default inactivity timeout to half an hour
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -110,7 +110,7 @@ $cgiparams{'DPD_DELAY'} = '30';
|
||||
$cgiparams{'DPD_TIMEOUT'} = '120';
|
||||
$cgiparams{'FORCE_MOBIKE'} = 'off';
|
||||
$cgiparams{'START_ACTION'} = 'route';
|
||||
$cgiparams{'INACTIVITY_TIMEOUT'} = 900;
|
||||
$cgiparams{'INACTIVITY_TIMEOUT'} = 1800;
|
||||
$cgiparams{'MODE'} = "tunnel";
|
||||
$cgiparams{'INTERFACE_MODE'} = "";
|
||||
&Header::getcgihash(\%cgiparams, {'wantfile' => 1, 'filevar' => 'FH'});
|
||||
|
||||
Reference in New Issue
Block a user