summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-19 20:19:03 +0000
committerErmal <eri@pfsense.org>2013-03-19 20:19:03 +0000
commita9518178f9aeead27fa40aef0fd040682f6f07f2 (patch)
treec8795a089b00d1a88e8c09100a9e3d1be64adbc5 /usr/local/www/interfaces.php
parent4e6667b2197f2f99b7a9b70c9a47df7029adb3d4 (diff)
downloadpfsense-a9518178f9aeead27fa40aef0fd040682f6f07f2.zip
pfsense-a9518178f9aeead27fa40aef0fd040682f6f07f2.tar.gz
Remove functions that are not used now with once mode of rtsold
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index cd3b78f..901151b 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -727,9 +727,6 @@ 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)
OpenPOWER on IntegriCloud