mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add the module version to fix the loading with if_bridge.
Reported by: keramida Tested by: keramida
This commit is contained in:
parent
b470b929f3
commit
65a963b762
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161255
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user