ustp: add OpenWrt STP/RSTP daemon
authorFelix Fietkau <nbd@nbd.name>
Tue, 24 Aug 2021 15:40:28 +0000 (17:40 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 26 Aug 2021 11:27:27 +0000 (13:27 +0200)
commit3ebbf795df2633bbd277a5ec8651d4b093a775a2
tree1b483c18bfac20a6be41434f9de4627d70e22ab8
parent364bd887a148a1963bf9a94fe7dd171f36afb87e
ustp: add OpenWrt STP/RSTP daemon

This integrates with netifd in order to provide STP/RSTP protocol support
in user space. It defaults to using RSTP for bridges with stp enabled.
This daemon has no config files, it uses the configuration passed from
netifd via ubus

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/ustp/Makefile [new file with mode: 0644]
package/network/services/ustp/files/ustpd.init [new file with mode: 0644]