summaryrefslogtreecommitdiffstats
path: root/sys/net/ieee8023ad_lacp.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-07-05 09:18:57 +0000
committerthompsa <thompsa@FreeBSD.org>2007-07-05 09:18:57 +0000
commitf6d9fae72604856030488a37d5af012b5a8ea828 (patch)
treee8a81983995a5a3ad430ff5c1ac9456eb81c80be /sys/net/ieee8023ad_lacp.h
parent6aeecf59e86def3108afc0b6736f4beb06053633 (diff)
downloadFreeBSD-src-f6d9fae72604856030488a37d5af012b5a8ea828.zip
FreeBSD-src-f6d9fae72604856030488a37d5af012b5a8ea828.tar.gz
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)
Diffstat (limited to 'sys/net/ieee8023ad_lacp.h')
-rw-r--r--sys/net/ieee8023ad_lacp.h2
1 files changed, 2 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud