mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Added dependency on the miibus module.
This commit is contained in:
parent
17249aab6e
commit
d35bcd3bbf
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ static moduledata_t vlan_mod = {
|
|||
};
|
||||
|
||||
DECLARE_MODULE(if_vlan, vlan_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
|
||||
MODULE_DEPEND(if_vlan, miibus, 1, 1, 1);
|
||||
|
||||
static int
|
||||
vlan_clone_create(struct if_clone *ifc, int unit)
|
||||
|
|
|
|||
Loading…
Reference in a new issue