admswconfig: reset interface after applying config

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

SVN-Revision: 25173
v19.07.3_mercusys_ac12_duma
Florian Fainelli 14 years ago
parent d7fe921089
commit e85bbb37d5

@ -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() {

Loading…
Cancel
Save