summaryrefslogtreecommitdiffstats
path: root/etc/rc.reload_interfaces
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-20 23:29:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-20 23:29:20 +0000
commit96b86f6d05cf3d4379c2d2091ff9f64eeecad12b (patch)
treee63366a4f9199d7bd93be01a586917f7b1837806 /etc/rc.reload_interfaces
parentf369820829443f1155c0867ba2bc3feb3b566c16 (diff)
downloadpfsense-96b86f6d05cf3d4379c2d2091ff9f64eeecad12b.zip
pfsense-96b86f6d05cf3d4379c2d2091ff9f64eeecad12b.tar.gz
Call filter_configure_sync() after syncing settings.
Diffstat (limited to 'etc/rc.reload_interfaces')
-rwxr-xr-xetc/rc.reload_interfaces3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.reload_interfaces b/etc/rc.reload_interfaces
index c2f0331..783af5c 100755
--- a/etc/rc.reload_interfaces
+++ b/etc/rc.reload_interfaces
@@ -33,5 +33,6 @@ require_once("config.inc");
require_once("filter.inc");
reload_interfaces_sync();
+filter_configure_sync();
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud