cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h src/sbin/ifconfig iflagg.c

Andrew Thompson thompsa at FreeBSD.org
Thu Jul 12 20:40:25 UTC 2007


thompsa     2007-07-12 20:40:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              ieee8023ad_lacp.c ieee8023ad_lacp.h 
                         if_lagg.c if_lagg.h 
    sbin/ifconfig        iflagg.c 
  Log:
  Sync lagg to HEAD
   - Implement the Marker Protocol for lacp
   - Export the actor and partner peer info and show in ifconfig verbose
   - Compare the partner system priority when choosing the aggregator.
   - Cleanup whitespace, variable names and gc unused defines
  
  Revision  Changes    Path
  1.1.2.2   +55 -13    src/sbin/ifconfig/iflagg.c
  1.7.2.2   +227 -65   src/sys/net/ieee8023ad_lacp.c
  1.4.2.2   +38 -41    src/sys/net/ieee8023ad_lacp.h
  1.11.2.3  +39 -52    src/sys/net/if_lagg.c
  1.7.2.2   +63 -39    src/sys/net/if_lagg.h


More information about the cvs-src mailing list