Revision a815685e
Added by Scott Ullrich over 16 years ago
usr/local/www/interfaces.php | ||
---|---|---|
252 | 252 |
filter_configure(); |
253 | 253 |
/* set up static routes */ |
254 | 254 |
system_routing_configure(); |
255 |
/* start IPsec tunnels */ |
|
256 |
vpn_ipsec_configure(); |
|
255 | 257 |
} |
256 | 258 |
header("Location: interfaces.php?if={$if}"); |
257 | 259 |
exit; |
Also available in: Unified diff
Restart VPN -> IPSEC after interface changes. This fixes the bug where
the VPN tunnel goes offline after making interface changes that I just
encountered after I had made no changes (was saving the interface to
restart RRD processes and IPSEC went down in the process)