Add the module version to fix the loading with if_bridge.

Reported by:	keramida
Tested by:	keramida
This commit is contained in:
Andrew Thompson 2006-08-12 20:30:58 +00:00
parent b470b929f3
commit 65a963b762
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161255

View File

@ -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)