From f6d9fae72604856030488a37d5af012b5a8ea828 Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 5 Jul 2007 09:18:57 +0000 Subject: Allow the LACP state to be queried from userland which at the moment is the actor and partner peer info. Print out the active aggregator and per port data in verbose mode from ifconfig. Approved by: re (mux) --- sys/net/ieee8023ad_lacp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/net/ieee8023ad_lacp.h') diff --git a/sys/net/ieee8023ad_lacp.h b/sys/net/ieee8023ad_lacp.h index cb5f836..b0a67e0 100644 --- a/sys/net/ieee8023ad_lacp.h +++ b/sys/net/ieee8023ad_lacp.h @@ -270,6 +270,8 @@ int lacp_port_create(struct lagg_port *); void lacp_port_destroy(struct lagg_port *); void lacp_linkstate(struct lagg_port *); int lacp_port_isactive(struct lagg_port *); +void lacp_req(struct lagg_softc *, caddr_t); +void lacp_portreq(struct lagg_port *, caddr_t); /* following constants don't include terminating NUL */ #define LACP_MACSTR_MAX (2*6 + 5) -- cgit v1.1