device/bridge: support passing extra vlans in the device_set_state call
authorFelix Fietkau <nbd@nbd.name>
Wed, 1 Nov 2023 05:25:16 +0000 (06:25 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 1 Nov 2023 05:27:46 +0000 (06:27 +0100)
commit383753dd65ae7f14a3ef7b96747a2f64f32422e9
tree1435bbfc27a0d482985ab6aecfbcb45014a54906
parent5590a80e2566d378be955f61c287a63fb3bdf329
device/bridge: support passing extra vlans in the device_set_state call

This can be used by RADIUS based 802.1x auth to dynamically define the member
vlans for the port based on its authentication status.

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