admswconfig: reset interface after applying config
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25173
This commit is contained in:
parent
d7fe921089
commit
e85bbb37d5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue