mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Bring down even rtsold process
This commit is contained in:
parent
1af4f4e022
commit
6d0473b4af
@ -727,6 +727,9 @@ if ($_POST['apply']) {
|
||||
$pid = find_dhcp6c_process($wancfg['if']);
|
||||
if($pid)
|
||||
posix_kill($pid, SIGTERM);
|
||||
$pid = find_rtsold_process($wancfg['if']);
|
||||
if($pid)
|
||||
posix_kill($pid, SIGTERM);
|
||||
} else if ($wancfg['ipaddr'] == "dhcp") {
|
||||
$pid = find_dhclient_process($wancfg['if']);
|
||||
if($pid)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user