Deleted Added
full compact
30c30
< __FBSDID("$FreeBSD: head/sys/net/ieee8023ad_lacp.c 173804 2007-11-21 05:28:49Z thompsa $");
---
> __FBSDID("$FreeBSD: head/sys/net/ieee8023ad_lacp.c 175005 2007-12-31 01:16:35Z thompsa $");
216c216
< void
---
> struct mbuf *
225c225
< return;
---
> return (NULL);
240,242c240,241
< /* Unknown LACP packet type */
< m_freem(m);
< break;
---
> /* Not a subtype we are interested in */
> return (m);
243a243
> return (NULL);