[package] switch:
[openwrt.git] / target / linux / brcm-2.4 / base-files / etc / init.d / netconfig
index 435288f..0e014b6 100755 (executable)
@@ -14,11 +14,12 @@ start() {
                                        case "$1" in
                                        vlan[0-9]|vlan1[0-5])
                                                local id="${1#vlan}"
+                                               local ports="${2%\*}"
                                                append batch "delete network.eth0.${1}${N}"
                                                append batch "set network.eth0_${id}=switch_vlan${N}"
                                                append batch "set network.eth0_${id}.device=eth0${N}"
                                                append batch "set network.eth0_${id}.vlan=${id}${N}"
-                                               append batch "set network.eth0_${id}.ports='${2}'${N}"
+                                               append batch "set network.eth0_${id}.ports='${ports}'${N}"
                                        ;;
                                        esac
                                }