confd: bridge: Add STP/RSTP support

This commit is contained in:
Tobias Waldekranz
2025-01-08 10:14:46 +01:00
parent b425edffce
commit bfeeade43b
16 changed files with 399 additions and 5 deletions
@@ -0,0 +1,8 @@
# A single mstpd instance can manage multiple bridges, which are
# dynamically added/removed by the kernel via the /sbin/bridge-stp
# usermode helper. We depend on usr/mstpd so that confd can
# enable/disable the service without an initctl barrier, since it
# needs to already be running when a bridge interface with spanning
# tree enabled is created.
service env:-/etc/default/mstpd <!usr/mstpd> \
[S0123456789] mstpd $MSTPD_ARGS -- Spanning Tree daemon
+1
View File
@@ -0,0 +1 @@
../available/mstpd.conf