make network scripts more robust, prevent multiple instances of pppd and udhcpc for...
[openwrt.git] / package / base-files / default / etc / functions.sh
index 9c3057e..2abb6f8 100755 (executable)
@@ -10,13 +10,6 @@ N="
 
 _C=0
 
-# valid interface?
-if_valid () (
-  ifconfig "$1" >&- 2>&- ||
-  [ "${1%%[0-9]}" = "br" ] ||
-  { debug "# missing interface '$1' ignored"; false; }
-)
-
 hotplug_dev() {
        env -i ACTION=$1 INTERFACE=$2 /sbin/hotplug net
 }
This page took 0.021056 seconds and 4 git commands to generate.