From 93319cc10273607712748c7127ef8b6b9c423f9d Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 31 Dec 2007 01:16:35 +0000 Subject: Pass any unmatched slowprotocols frames up the stack instead of dropping them, there are more subtypes than just LACP. --- sys/net/ieee8023ad_lacp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net/ieee8023ad_lacp.h') 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 *); -- cgit v1.1