summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 04:18:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 04:18:51 +0000
commit61fc116085e13939075e1790fc4f560ac115c951 (patch)
tree67401bb314d99cafc5f9c0feb3d1d09c2a3c38d9 /usr/local/www/interfaces.php
parent295447defe9c6962728efc335c32c5310de97885 (diff)
downloadpfsense-61fc116085e13939075e1790fc4f560ac115c951.zip
pfsense-61fc116085e13939075e1790fc4f560ac115c951.tar.gz
Apply routing changes, too
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index cb52b49..becf14e 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -245,8 +245,11 @@ if ($_POST['apply']) {
}
/* sync filter configuration */
config_lock();
- filter_configure();
+ setup_gateways_monitor();
+ if (file_exists($d_staticroutesdirty_path))
+ unlink($d_staticroutesdirty_path);
config_unlock();
+ filter_configure();
/* set up static routes */
system_routing_configure();
}
OpenPOWER on IntegriCloud