bridge: add support for an external STP daemon
authorFelix Fietkau <nbd@nbd.name>
Sun, 22 Aug 2021 06:00:18 +0000 (08:00 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 24 Aug 2021 10:58:57 +0000 (12:58 +0200)
commit6519cf31e4b033fd4a03c031ad882166be84fa6d
tree78f2fa0ef9bb0f59994b5c404edf76026fbbdba2
parented84473b7af96f4fc4d161bf60eeaa51bed7077b
bridge: add support for an external STP daemon

netifd notifies the stp daemon through the network.device object and sends
STP related configuration parameters. The daemon can also trigger a STP
restart in order to close the race on init

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