From 8904cae0ed8cd68b2217d85a5fedaa4243457c3c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 12 Aug 2021 10:50:34 +0200 Subject: [PATCH] interfaces: finally use -M now that we have a compat shim; closes #4850 --- src/etc/inc/interfaces.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 0ad61a00a..6a70c608f 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -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 */ ) );