mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
interfaces: finally use -M now that we have a compat shim; closes #4850
This commit is contained in:
parent
68d6d3ad50
commit
8904cae0ed
@ -2901,10 +2901,11 @@ function interface_dhcpv6_configure($interface = 'wan', $wancfg)
|
||||
killbypid('/var/run/rtsold.pid', 'TERM', true);
|
||||
|
||||
$rtsoldcommand = exec_safe(
|
||||
'/usr/sbin/rtsold -p %s -O %s -R %s -a',
|
||||
'/usr/sbin/rtsold -p %s -M %s -O %s -R %s -a',
|
||||
array(
|
||||
'/var/run/rtsold.pid',
|
||||
'/var/etc/rtsold_script.sh',
|
||||
'/var/etc/rtsold_script.sh',
|
||||
'/usr/bin/true', /* XXX missing proper script to refresh resolv.conf */
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user