diff options
author | Willy Tu <wltu@google.com> | 2023-07-22 13:22:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-27 08:54:40 -0700 |
commit | 4c201ede939610946847ccd4221320ed776224aa (patch) | |
tree | 61b0b87e2d09f572771ed68b449901ef60616509 /meta-oe/recipes-extended/networking/mstpd/mstpd.service | |
parent | 05cd18493a7f65ed542cf2a2eb5221ffd55de9b9 (diff) | |
download | meta-openembedded-4c201ede939610946847ccd4221320ed776224aa.tar.gz |
mstpd: Add initial recipe for mstpd
This adds the mstpd package, a daemon implementing RSTP and MSTP
protocols in place of the kernel STP implementation.
Signed-off-by: Willy Tu <wltu@google.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/networking/mstpd/mstpd.service')
-rw-r--r-- | meta-oe/recipes-extended/networking/mstpd/mstpd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/networking/mstpd/mstpd.service b/meta-oe/recipes-extended/networking/mstpd/mstpd.service new file mode 100644 index 000000000..645db893c --- /dev/null +++ b/meta-oe/recipes-extended/networking/mstpd/mstpd.service | |||
@@ -0,0 +1,10 @@ | |||
1 | [Unit] | ||
2 | Description=Multiple Spanning Tree Protocol Daemon | ||
3 | Before=network-pre.target | ||
4 | Wants=network-pre.target | ||
5 | [Service] | ||
6 | Restart=always | ||
7 | Type=simple | ||
8 | ExecStart=/usr/sbin/mstpd -d -v 2 | ||
9 | [Install] | ||
10 | WantedBy=multi-user.target | ||