mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and cannot kill it
This commit is contained in:
parent
6d529efd81
commit
6a69bc65a8
@ -3538,7 +3538,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
|
||||
filter_configure_sync();
|
||||
|
||||
/* fire up dhcp6c for IPv6 first, this backgrounds immediately */
|
||||
mwexec("/usr/local/sbin/dhcp6c -d -c {$g['varetc_path']}/dhcp6c_{$interface}.conf -p {$g['varrun_path']}/dhcp6c_{$interface}.pid {$wanif}");
|
||||
mwexec("/usr/local/sbin/dhcp6c -d -c {$g['varetc_path']}/dhcp6c_{$interface}.conf -p {$g['varrun_path']}/dhcp6c_{$wanif}.pid {$wanif}");
|
||||
sleep(1);
|
||||
unset($out);
|
||||
exec("/sbin/rtsol -d {$wanif} 2>&1", $out, $ret);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user