summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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