cvs commit: src/sbin/ifconfig iflagg.c src/share/man/man4 lagg.4
src/sys/modules/if_lagg Makefile src/sys/net ieee8023ad_lacp.c
ieee8023ad_lacp.h if_lagg.c if_lagg.h
Andrew Thompson
thompsa at FreeBSD.org
Thu May 17 01:45:16 UTC 2007
thompsa 2007-05-17 01:45:15 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
sbin/ifconfig iflagg.c
share/man/man4 lagg.4
sys/modules/if_lagg Makefile
sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
if_lagg.c if_lagg.h
Log:
MFC the lagg(4) driver which provides link aggregation, failover and fault
tolerance.
Revision Changes Path
1.1.2.1 +153 -0 src/sbin/ifconfig/iflagg.c (new)
1.3.2.1 +174 -0 src/share/man/man4/lagg.4 (new)
1.1.2.1 +17 -0 src/sys/modules/if_lagg/Makefile (new)
1.7.2.1 +1768 -0 src/sys/net/ieee8023ad_lacp.c (new)
1.4.2.1 +289 -0 src/sys/net/ieee8023ad_lacp.h (new)
1.11.2.1 +1713 -0 src/sys/net/if_lagg.c (new)
1.7.2.1 +221 -0 src/sys/net/if_lagg.h (new)
More information about the cvs-src
mailing list