wireless: always enable bpdu filter for AP interfaces and VLANs
authorFelix Fietkau <nbd@nbd.name>
Fri, 27 Aug 2021 10:15:07 +0000 (12:15 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 27 Aug 2021 10:17:19 +0000 (12:17 +0200)
commitd590fbd255cecd4c3a4c267e7ca377772574cf72
tree2d3893e5c0f0e4513f5b15ea8298617a1c0dc034
parent454e9c33c90691d5bea12263f1801a7dc38c20b1
wireless: always enable bpdu filter for AP interfaces and VLANs

Regular AP/VLAN interfaces using 3-address modes should transmit any
STP packets, since devices behind them can not be part of any working bridge
topology. Enable a feature that drops any incoming or outgoing STP packets.
This does not apply to WDS AP VLAN or client mode interfaces, since they
could act as a proper bridge link

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