summaryrefslogtreecommitdiffstats
path: root/sys/net/bridgestp.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2006-08-12 20:30:58 +0000
committerthompsa <thompsa@FreeBSD.org>2006-08-12 20:30:58 +0000
commitb58bbb1e9036a12694ff93ee15a0929462aac893 (patch)
tree23877e484b3f28e3ae709bfb20f06ba5585fdcb5 /sys/net/bridgestp.c
parent50d886a1e89aa2a35beda3c8be5e29e33eaa4619 (diff)
downloadFreeBSD-src-b58bbb1e9036a12694ff93ee15a0929462aac893.zip
FreeBSD-src-b58bbb1e9036a12694ff93ee15a0929462aac893.tar.gz
Add the module version to fix the loading with if_bridge.
Reported by: keramida Tested by: keramida
Diffstat (limited to 'sys/net/bridgestp.c')
-rw-r--r--sys/net/bridgestp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index ba5c463..4e1282a 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -929,6 +929,7 @@ static moduledata_t bstp_mod = {
};
DECLARE_MODULE(bridgestp, bstp_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
+MODULE_VERSION(bridgestp, 1);
void
bstp_attach(struct bstp_state *bs, bstp_state_cb_t state_callback)
OpenPOWER on IntegriCloud