lantiq: Tune the XWAY subtarget cflags
[openwrt/openwrt.git] / package / admswconfig / files / admswswitch.sh
index 32a60a82bf2f191a6564ae0773aefcb95d649d30..984d7eea791fb24f780c2d8285b4ee3c7cb00ad3 100644 (file)
@@ -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() {