[package] admswconfig: reset interface after applying config

Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25173 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2011-01-27 21:49:50 +00:00
parent edb55f44e8
commit 1301aa5fe9
1 changed files with 2 additions and 0 deletions

View File

@ -4,7 +4,9 @@
setup_switch_vlan() {
config_get ports "$CONFIG_SECTION" "eth$1"
ports=`echo "$ports"| sed s/" "/""/g`
ifconfig eth$1 down
admswconfig eth$1 ${ports}c
ifconfig eth$1 up
}
setup_switch() {