blob: 7b2cbc04b2790aaa7fe433647caf1afc00e32106 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/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
9exit 0