net: mstpd: new package (multiple spanning tree daemon)
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 7 Nov 2017 18:48:10 +0000 (20:48 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 5 Jul 2019 07:27:44 +0000 (10:27 +0300)
commit1d383c23f4efba72c0708785528f3d0c4bf4c27a
tree237697d08800900a76710eb9f15d278c918ec31d
parentf378bf1a9e47831bb9745328d6769fac6302fc98
net: mstpd: new package (multiple spanning tree daemon)

This change adds support for mstpd (Multiple Spanning Tree Protocol
Daemon).

mstpd works reasonably well with RSTP.
MSTP protocol works ok, but is known to have some issues with some managed
switches.

In order to get this to work, each physical switch port needs to have it's
own software network interface (so, for example: port 0 <==> eth0). This
means that this is suited mostly for higher end devices that can process
STP packets in software.

An interface for `swconfig` or Linux's DSA or switchdev would haven been
interesting, but it never materialized.

Adding this in the OpenWrt packages feed may provide some interest or
feedback on whether `mstpd` should do more, to integrate with managed
switches and offer some basis for Linux (through OpenWrt) as an OS for
managed switches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/mstpd/Config.in [new file with mode: 0644]
net/mstpd/Makefile [new file with mode: 0644]
net/mstpd/files/etc/init.d/mstpd.init [new file with mode: 0644]
net/mstpd/files/sbin/bridge-stp [new file with mode: 0644]