Deleted Added
full compact
18c18
< * $FreeBSD: head/sys/net/if_lagg.h 169228 2007-05-03 09:07:36Z thompsa $
---
> * $FreeBSD: head/sys/net/if_lagg.h 169327 2007-05-07 00:18:56Z thompsa $
139,144c139,140
< union {
< struct ether_multi *mcu_enm;
< } mc_u;
< struct sockaddr_storage mc_addr;
<
< SLIST_ENTRY(lagg_mc) mc_entries;
---
> struct ifmultiaddr *mc_ifma;
> SLIST_ENTRY(lagg_mc) mc_entries;
159,160d154
< SLIST_HEAD(__mclhd, lagg_mc) sc_mc_head; /* multicast addresses */
<
185a180,181
> SLIST_HEAD(__mclhd, lagg_mc) lp_mc_head; /* multicast addresses */
>