2
0
forked from Ivasoft/openwrt

add support for if{down,up} -a and implement proper start/stop/restart for /etc/init.d/network

SVN-Revision: 6455
This commit is contained in:
Felix Fietkau
2007-03-02 13:21:33 +00:00
parent 3e95289149
commit 84bec9f9cf
2 changed files with 22 additions and 2 deletions

View File

@@ -1,8 +1,15 @@
#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
[ $# = 0 ] && { echo " $0 <group>"; exit; }
. /etc/functions.sh
[ $# = 0 ] && { echo " $0 <group>"; exit; }
[ "x$1" = "x-a" ] && {
config_cb() {
[ -z "$2" ] || eval "$0 $2"
}
config_load network
exit
}
include /lib/network
scan_interfaces