Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
external
/
subpack
/
net
/
mstpd
/
files
/
sbin
/
bridge-stp
blob: 7b2cbc04b2790aaa7fe433647caf1afc00e32106 [
file
] [
log
] [
blame
]
#!/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