summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
1 files changed, 2 insertions, 0 deletions
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) {
OpenPOWER on IntegriCloud