diff options
Diffstat (limited to 'root/sbin/ifdown')
-rwxr-xr-x | root/sbin/ifdown | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/root/sbin/ifdown b/root/sbin/ifdown deleted file mode 100755 index 4c7e98211..000000000 --- a/root/sbin/ifdown +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/ash -. /etc/functions.sh - type=$1 - debug "### ifdown $type ###" - if=$(nvram_get ${type}_ifname) - if_valid $if || return - kill $(cat /var/run/${if}.pid 2>&-) 2>&- - $DEBUG ifconfig $if down |