Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/netgraph/ng_bridge.c 121816 2003-10-31 18:32:15Z brooks $
---
> * $FreeBSD: head/sys/netgraph/ng_bridge.c 123600 2003-12-17 12:40:34Z ru $
80d79
< #include <netgraph/ng_ether.h>
175c174
< = NG_BRIDGE_HOST_TYPE_INFO(&ng_ether_enaddr_type);
---
> = NG_BRIDGE_HOST_TYPE_INFO(&ng_parse_enaddr_type);
290,292d288
< /* Depend on ng_ether so we can use the Ethernet parse type */
< MODULE_DEPEND(ng_bridge, ng_ether, 1, 1, 1);
<