mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-01-27 18:19:53 +00:00
admswconfig: reset interface after applying config
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25173
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user