summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-10-25 12:35:18 +0000
committerErmal <eri@pfsense.org>2010-10-25 12:35:18 +0000
commitdb8e9e53e6f2b1d6a92eea76bf76094b24889e36 (patch)
tree031b7d0046d3c791ee582d0f247cc8dc08716fd8 /etc/rc.newwanip
parent52e5285f7ee2738a51280e9350909ed15a30c227 (diff)
downloadpfsense-db8e9e53e6f2b1d6a92eea76bf76094b24889e36.zip
pfsense-db8e9e53e6f2b1d6a92eea76bf76094b24889e36.tar.gz
Ticket #943. Call the update procedure directly to not do an unecessary loop.
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 c018cb0..347ccd0 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -91,7 +91,7 @@ if (is_ipaddr($oldip) && $curwanip == $oldip)
services_dnsupdate_process($interface);
/* signal dyndns update */
-send_event("service reload dyndns {$interface}");
+services_dyndns_configure($interface);
/* reconfigure IPsec tunnels */
vpn_ipsec_force_reload();
OpenPOWER on IntegriCloud