summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-08 15:56:24 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-08 15:56:24 +0000
commitbe38535c65646a9334c607b47a6fa40be157a40e (patch)
tree64f3fa960b4157691a0be3c672b6b09105cdb395 /etc/rc.newwanip
parent15be17221d83c262619df11cf9469eb63f585442 (diff)
downloadpfsense-be38535c65646a9334c607b47a6fa40be157a40e.zip
pfsense-be38535c65646a9334c607b47a6fa40be157a40e.tar.gz
Try to use where possible filter_configure so upcoming event modifications can be easily integrated.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 8eaca24..8045fbe 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -101,7 +101,7 @@ touch("/tmp/update_dyndns");
/* signal filter reload */
unlink_if_exists("/tmp/config.cache");
-touch("/tmp/filter_dirty");
+filter_configure();
/* reload graphing functions */
enable_rrd_graphing();
OpenPOWER on IntegriCloud