packages/net/mstpd/files/sbin/bridge-stp
2020-07-08 14:18:52 +08:00

10 lines
208 B
Bash

#!/bin/sh
# Dummy file ; don't do anything ;
# Returning success here, tells the kernel to allow
# a userspace module to handle STP states
#
# Meanwhile, procd will start mstpd, and all will be well
exit 0