From cff3ac98bbbafd3d213010b7ddc1a6f9412a43fc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 30 Apr 2019 00:09:03 +0200 Subject: [PATCH] interfaces: this seems wrong... --- src/etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index c8bce2105..b23350c23 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -2573,7 +2573,7 @@ function interface_configure($verbose = false, $interface = 'wan', $reload = fal plugins_configure('ipsec', $verbose, array($interface)); plugins_configure('dhcp', $verbose); plugins_configure('dns', $verbose); - /* XXX move these up the call stack */ + /* XXX move these up the call stack, plus the argument is wrong! (gwgroup != interface) */ configdp_run('dyndns reload', array($interface)); configdp_run('rfc2136 reload', array($interface)); }