b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | # Dummy file ; don't do anything ; | ||||
4 | # Returning success here, tells the kernel to allow | ||||
5 | # a userspace module to handle STP states | ||||
6 | # | ||||
7 | # Meanwhile, procd will start mstpd, and all will be well | ||||
8 | |||||
9 | exit 0 |