Jo-Philipp Wich <j...@mein.io> writes:

> config device
>       option name switch0
>       option type bridge
>
> config bridge-vlan
>       option device switch0
>       option vlan 1
>       list ports 'lan1'
>       list ports 'lan2:t'

If we can't come up with a working automatic scheme, maybe we could have
an option to disable the cpu port per vlan?  Something like

 config bridge-vlan
        option device switch0
        option vlan 2
        option self 0  # defaults to true
        list ports 'lan2:t'


Bjørn

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to