mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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)
This commit is contained in:
parent
ae4dce62e7
commit
a815685ebd
@ -252,6 +252,8 @@ if ($_POST['apply']) {
|
||||
filter_configure();
|
||||
/* set up static routes */
|
||||
system_routing_configure();
|
||||
/* start IPsec tunnels */
|
||||
vpn_ipsec_configure();
|
||||
}
|
||||
header("Location: interfaces.php?if={$if}");
|
||||
exit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user