bridge: add support for configuring extra tagged vlans on member devices
authorFelix Fietkau <nbd@nbd.name>
Fri, 23 Jun 2023 08:17:45 +0000 (10:17 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 23 Jun 2023 08:20:42 +0000 (10:20 +0200)
commit1571e18e4a69da146652d88dd89d38e3d746abc3
tree3095243dbfc304a88938cb1a21c79ad2df473f1f
parent40fad91eb5be5959783d7bb06dcfcfb56bbbb9bd
bridge: add support for configuring extra tagged vlans on member devices

This can be used to allow trunking dynamically allocated VLANs into a specific
member port. In order to use this, add a device section for the member port with
the 'vlan' array option, which can contain vlan numbers or ranges.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
bridge.c
device.c
device.h
system-dummy.c
system-linux.c
system.h