summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-26 01:45:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-26 01:45:19 +0000
commit48906a096ca334924a3f3885d492fe03092f22a5 (patch)
treede9fe0954cc5f91abc818ed674f6ccb77c775d12 /etc/rc.linkup
parent61cbb18369f44858bea63c61f968ad1d30b4508d (diff)
downloadpfsense-48906a096ca334924a3f3885d492fe03092f22a5.zip
pfsense-48906a096ca334924a3f3885d492fe03092f22a5.tar.gz
Allow plugging and unplugging of ethernet interfaces (and wireless)
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index fc73327..5a77d28 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -36,7 +36,6 @@
if($argv[2] == "stop" or $argv[2] == "down") {
log_error("DEVD Ethernet detached event for {$argv[1]}");
exec("/sbin/ifconfig {$argv[1]} delete");
- exec("/sbin/ifconfig {$argv[1]} down");
exec("/usr/sbin/arp -da");
exit;
}
OpenPOWER on IntegriCloud