summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.reload_all3
-rwxr-xr-xetc/rc.reload_interfaces3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.reload_all b/etc/rc.reload_all
index 57b2685..bd07255 100755
--- a/etc/rc.reload_all
+++ b/etc/rc.reload_all
@@ -33,5 +33,6 @@ require_once("config.inc");
require_once("filter.inc");
reload_all_sync();
+filter_configure_sync();
-?>
+?> \ No newline at end of file
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