From f7049b0baf8d362505d0dd6cc2bafb72120d5569 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 5 Jul 2005 17:42:28 +0000 Subject: After applying the settings, reload the filter in the background to trigger sync operations, etc. --- usr/local/www/vpn_ipsec.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr') diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index 28e28df..26aa54d 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -62,6 +62,8 @@ if ($_POST) { config_lock(); $retval = vpn_ipsec_configure(); config_unlock(); + /* reload the filter in the background */ + mwexec_bg("/etc/rc.filter_configure"); } $savemsg = get_std_save_message($retval); if ($retval == 0) { -- cgit v1.1