interfaces: this seems wrong...

This commit is contained in:
Franco Fichtner 2019-04-30 00:09:03 +02:00
parent db8373ffe4
commit cff3ac98bb

View File

@ -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));
}