Correct PHP error display issues. Fixes #15263
Change "IP family" to "address family"
Kill matching opposite states when schedules expire. Fix #15252
Show interface subnet details for IPsec Phase 2. Implement #15245
While there, prevent interface subnet selections fromshowing for the NAT/BINAT field.
Check static intefaces with a pending gateway. Fix #15225
Interfaces with a static configuration may have a pending gatewaystatus when killing states for downed interfaces.
Process downed gateways when killing states. Fix #15223
By the time filter_delete_states_for_down_gateways() is called,filter_generate_gateways() has already removed downed gateways from the$GatewaysList array. Hence, states are not killed for downed gateways....
Don't check empty arrays
min() requires at least one element in the array
Remove failover states using only the gateway label
Interfaces were previously specified since the inbound state needs tobe killed (due to route-to) for the connection to restart on thepreferred gateway. This interrupts connections already established on...
Use the correct function parameters. Fix #15206
Kill states on gateway failover recovery. Implement #855
View revisions
Also available in: Atom