Revision 95420116
Added by hamnur about 8 years ago
src/etc/inc/vpn.inc | ||
---|---|---|
978 | 978 |
$ikelifeline = "ikelifetime = {$ph1ent['lifetime']}s"; |
979 | 979 |
} |
980 | 980 |
|
981 |
if ($ph1ent['rekeymargin']) { |
|
982 |
$rekeymargin = "rekeymargin = {$ph1ent['rekeymargin']}s"; |
|
983 |
} |
|
984 |
|
|
981 | 985 |
$rightsourceip = NULL; |
982 | 986 |
if (isset($ph1ent['mobile'])) { |
983 | 987 |
$rightsourceips = array(); |
... | ... | |
1304 | 1308 |
{$mobike} |
1305 | 1309 |
{$tfc} |
1306 | 1310 |
{$rekey} |
1311 |
{$rekeymargin} |
|
1307 | 1312 |
installpolicy = yes |
1308 | 1313 |
{$tunneltype} |
1309 | 1314 |
{$dpdline} |
Also available in: Unified diff
Add strongswan rekeymargin attribute to vpn ipsec phase1 view