summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-19 02:59:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-19 02:59:23 +0000
commite7d967d8da9f1b418b9cc7e0bbe9f11e1285b787 (patch)
tree3bb7551f037f89cfb65eba8232e4d09bf583a233 /usr
parentf459ca1587f713c6b5af56235f112f9290ac6b25 (diff)
downloadpfsense-e7d967d8da9f1b418b9cc7e0bbe9f11e1285b787.zip
pfsense-e7d967d8da9f1b418b9cc7e0bbe9f11e1285b787.tar.gz
Reload the filter. Plugins might need to run.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 97c049d..4f96348 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -191,6 +191,9 @@ if ($_POST) {
if ($olddnsallowoverride != $config['system']['dnsallowoverride'])
$retval |= interface_configure();
+ // Reload the filter - plugins might need to be run.
+ filter_configure();
+
config_unlock();
$savemsg = get_std_save_message($retval);
OpenPOWER on IntegriCloud