Signed-off-by: Alexey Torkhov <[email protected]> Index: package/admswconfig/files/admswswitch.sh =================================================================== --- package/admswconfig/files/admswswitch.sh (revision 24863) +++ package/admswconfig/files/admswswitch.sh (working copy) @@ -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() {
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
