I'm trying out the Feb 16 snapshot and I'm having trouble getting the vlans set up. I am using STA mode, so I do not want to bridge the wifi to the eth. Also, this is on a Linksys wrtsl54g
In my old setup, I had:
#### VLAN configuration
config switch eth0
option vlan0 "0 1 2 3 5u"
option vlan1 "4 5"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option ifname "eth0"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
#### WAN configuration
config interface wan
option ifname "eth1"
option proto dhcp
#### WiFi configuration
config interface wifi
option ifname "wl0"
option proto dhcp
option defaultroute 1
However, the snapshot uses a different vlan setup:
#### VLAN configuration
config switch eth0
option enable 1
config switch_vlan eth0_0
config devide "eth0"
config vlan 0
config ports "1 2 3 4 5u"
....
I can't figure out how to set up the vlans the same as kamikaze 8.09. I've tried a couple of combinations, but I always end up disabling the network, and reflashing is getting old. Can someone point me in the right direction?