aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2006-07-26 22:15:15 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2006-07-26 22:15:15 +0000
commita4eb85b6acb49cb60c72c2cab0d0d3f00eaa6d46 (patch)
tree1bfc86cf830aef1900263fe40c31432f662217e7 /sys/net
parent8a33eee1eccdd41e3391d1dba163cbceb570fb75 (diff)
downloadsrc-a4eb85b6acb49cb60c72c2cab0d0d3f00eaa6d46.tar.gz
src-a4eb85b6acb49cb60c72c2cab0d0d3f00eaa6d46.zip
bridgestp is now a seperate module.
Notes
Notes: svn path=/head/; revision=160730
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_bridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
index c71cdc485ec3..14e0a0f28720 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -404,6 +404,7 @@ static moduledata_t bridge_mod = {
};
DECLARE_MODULE(if_bridge, bridge_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
+MODULE_DEPEND(if_bridge, bridgestp, 1, 1, 1);
/*
* handler for net.link.bridge.pfil_ipfw