summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-10 23:04:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-10 23:04:56 +0000
commitca1944c3902f8c7ab56db41ba82393996f6414db (patch)
tree86ce0ccf746f17f0be48734c1ea90bace8469f3f /etc/rc.newwanip
parent284dcdcc69489c424b00a09b43ecd085e966371b (diff)
downloadpfsense-ca1944c3902f8c7ab56db41ba82393996f6414db.zip
pfsense-ca1944c3902f8c7ab56db41ba82393996f6414db.tar.gz
Use filter_configure()
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index cf30cb9..d9d42fa 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -49,9 +49,6 @@
return 0; /* nothing to do */
}
- /* reload firewall rules */
- filter_configure();
-
/* reconfigure IPsec tunnels */
vpn_ipsec_configure(true);
@@ -78,7 +75,7 @@
/* after IP change, update DynDNS */
services_dyndns_configure();
- filter_configure_sync();
+ filter_configure();
return 0;
OpenPOWER on IntegriCloud