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:
Scott Ullrich 2008-12-25 03:49:57 +00:00
parent ae4dce62e7
commit a815685ebd

View File

@ -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;