Revision c1edb3ff
src/etc/rc.ipsec | ||
---|---|---|
55 | 55 |
$gwgroups = gateway_is_gwgroup_member($arg_element); |
56 | 56 |
} |
57 | 57 |
foreach (config_get_path('ipsec/phase1', []) as $phase1) { |
58 |
if (isset($phase1['disabled']) || isset($phase1['mobile']) || |
|
59 |
($phase1['startaction'] == 'none')) { |
|
58 |
if (isset($phase1['disabled']) || ($phase1['startaction'] == 'none')) { |
|
60 | 59 |
continue; |
61 | 60 |
} |
62 | 61 |
if (substr($phase1['interface'], 0, 4) == "_vip") { |
Also available in: Unified diff
Reload mobile IPsec on gateway failover. Fix #15685