cvs commit: src/sbin/ifconfig iflagg.c src/sys/net
ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h
Andrew Thompson
thompsa at FreeBSD.org
Thu Jul 5 09:18:57 UTC 2007
thompsa 2007-07-05 09:18:57 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig iflagg.c
sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
if_lagg.c if_lagg.h
Log:
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)
Revision Changes Path
1.3 +45 -3 src/sbin/ifconfig/iflagg.c
1.12 +50 -0 src/sys/net/ieee8023ad_lacp.c
1.8 +2 -0 src/sys/net/ieee8023ad_lacp.h
1.16 +8 -0 src/sys/net/if_lagg.c
1.9 +28 -0 src/sys/net/if_lagg.h
More information about the cvs-src
mailing list