mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in NETGRAPH_INIT() macro.
This commit is contained in:
parent
7eb9fca557
commit
a89effcde1
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ static struct ng_type ng_bridge_typestruct = {
|
|||
ng_bridge_disconnect,
|
||||
ng_bridge_cmdlist,
|
||||
};
|
||||
NETGRAPH_INIT(ether, &ng_bridge_typestruct);
|
||||
NETGRAPH_INIT(bridge, &ng_bridge_typestruct);
|
||||
|
||||
/* Depend on ng_ether so we can use the Ethernet parse type */
|
||||
MODULE_DEPEND(ng_bridge, ng_ether, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue