Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/net/if.c 167943 2007-03-27 16:11:28Z bms $
---
> * $FreeBSD: head/sys/net/if.c 168561 2007-04-10 00:27:25Z thompsa $
98a99
> void (*trunk_linkstate_p)(struct ifnet *ifp, int state);
1380a1382,1385
> if (ifp->if_trunk) {
> KASSERT(trunk_linkstate_p != NULL,("if_trunk not loaded!"));
> (*trunk_linkstate_p)(ifp, link_state);
> }
2595a2601
> case IFT_IEEE8023ADLAG: