summaryrefslogtreecommitdiffstats
path: root/sys/net/ieee8023ad_lacp.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-12-31 01:16:35 +0000
committerthompsa <thompsa@FreeBSD.org>2007-12-31 01:16:35 +0000
commit93319cc10273607712748c7127ef8b6b9c423f9d (patch)
tree085e519c51963ef594607a3d43bba393ca3673f8 /sys/net/ieee8023ad_lacp.h
parent1f55b95c0b8bf827067cd8af2a8bb21479ae5efb (diff)
downloadFreeBSD-src-93319cc10273607712748c7127ef8b6b9c423f9d.zip
FreeBSD-src-93319cc10273607712748c7127ef8b6b9c423f9d.tar.gz
Pass any unmatched slowprotocols frames up the stack instead of dropping them,
there are more subtypes than just LACP.
Diffstat (limited to 'sys/net/ieee8023ad_lacp.h')
-rw-r--r--sys/net/ieee8023ad_lacp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/ieee8023ad_lacp.h b/sys/net/ieee8023ad_lacp.h
index b0a67e0..1e74627 100644
--- a/sys/net/ieee8023ad_lacp.h
+++ b/sys/net/ieee8023ad_lacp.h
@@ -260,7 +260,7 @@ struct lacp_softc {
#define LACP_PORT(_lp) ((struct lacp_port *)(_lp)->lp_psc)
#define LACP_SOFTC(_sc) ((struct lacp_softc *)(_sc)->sc_psc)
-void lacp_input(struct lagg_port *, struct mbuf *);
+struct mbuf *lacp_input(struct lagg_port *, struct mbuf *);
struct lagg_port *lacp_select_tx_port(struct lagg_softc *, struct mbuf *);
int lacp_attach(struct lagg_softc *);
int lacp_detach(struct lagg_softc *);
OpenPOWER on IntegriCloud