summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
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 db381bd..8ec4687 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -86,7 +86,7 @@ if (isset($config['system']['dnsallowoverride']))
system_resolvconf_generate(true);
/* perform RFC 2136 DNS update */
-services_dnsupdate_process();
+services_dnsupdate_process($interface);
/* write current WAN IP to file */
$fd = fopen("{$g['vardb_path']}/{$interface}_ip", "w");
OpenPOWER on IntegriCloud