Bring down even rtsold process

This commit is contained in:
Ermal 2013-03-19 16:28:36 +00:00
parent 1af4f4e022
commit 6d0473b4af

View File

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