Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2007 01:45:15 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200705170145.l4H1jFrD009269@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705170145.l4H1jFrD009269>