FB 7530 sorry @rmilecki
Hmmm... That's very strange why swconfig shows VLANs 1 and 2 at default via SSH however VLAN 1 shows in Network > Switch under Luci.just how 02_network looks like!
Now another issue i found is that deleting VLANs swconfig seems to think i have this setup.
root@FB750:~# swconfig dev switch0 show
VLAN 1:
vid: 1
ports: 0t 1t 2t 3t 4t
VLAN 2:
vid: 2
ports: 0t 5
VLAN 42:
vid: 42
ports: 0t 2 3 4
VLAN 92:
vid: 92
ports: 0t 1
however only setup i have is 42 and 92
VLAN 42 - LAN
VLAN 92 - WAN via port 4 but afther the patch i will be port 1)
On the Wiki, Someone mentioned that with this SoC, VLAN IDs 1 and 2 are treated specially by the hardware driver, Hints the 42 and 92.
/etc/config/network
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '42'
option vid '42'
option description 'LAN'
option ports '0t 2 3 4'
config switch_vlan
option device 'switch0'
option vlan '92'
option ports '0t 1'
option vid '92'
option description 'WAN'