i have my pi 4 running a few vlans, and all tagged to my edgerouter x, is this config correct on the ER-X, or should i remove the * for primary vlan, from vlan 20 and 30?
this is the network file for it
root@OpenWrt:~# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd3c:d00b:4819::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
list ports 'eth1'
list ports 'eth2'
list ports 'eth3'
list ports 'eth4'
option bridge_empty '1'
config interface 'vlan10'
option device 'br-lan.10'
option proto 'static'
option ipaddr '192.168.10.2'
option netmask '255.255.255.0'
config interface 'vlan20'
option device 'br-lan.20'
option proto 'none'
config interface 'vlan30'
option device 'br-lan.30'
option proto 'none'
config bridge-vlan
option device 'br-lan'
option vlan '10'
list ports 'eth0:t'
list ports 'eth1:u*'
list ports 'eth2:u*'
config bridge-vlan
option device 'br-lan'
option vlan '20'
list ports 'eth0:t'
list ports 'eth3:u*'
config bridge-vlan
option device 'br-lan'
option vlan '30'
list ports 'eth0:t'
list ports 'eth4:u*'