bridge: fix reload on bridge vlan changes
authorFelix Fietkau <nbd@nbd.name>
Tue, 5 Dec 2023 10:52:44 +0000 (11:52 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 4 Jan 2024 12:35:39 +0000 (13:35 +0100)
commit5ca7a9058e98efb5282b7cc5667ce9ffd0f469fb
tree11f55492cf7c4fbebf361523669c9902db3a8e83
parent0832e8f0477891e08c8f0b6dd331bc2cc71679a7
bridge: fix reload on bridge vlan changes

config_pending needs to be set even if the bridge is inactive, in order to
handle changes to the member list

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