mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[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
This commit is contained in:
parent
220dd05b3c
commit
ec3c566c7c
@ -4,7 +4,9 @@
|
|||||||
setup_switch_vlan() {
|
setup_switch_vlan() {
|
||||||
config_get ports "$CONFIG_SECTION" "eth$1"
|
config_get ports "$CONFIG_SECTION" "eth$1"
|
||||||
ports=`echo "$ports"| sed s/" "/""/g`
|
ports=`echo "$ports"| sed s/" "/""/g`
|
||||||
|
ifconfig eth$1 down
|
||||||
admswconfig eth$1 ${ports}c
|
admswconfig eth$1 ${ports}c
|
||||||
|
ifconfig eth$1 up
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_switch() {
|
setup_switch() {
|
||||||
|
Loading…
Reference in New Issue
Block a user