mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
confd: bridge: Add STP/RSTP support
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
../available/mstpd.conf
|
||||
Reference in New Issue
Block a user