cvs commit: src/sys/net if_lagg.c if_lagg.h

Andrew Thompson thompsa at FreeBSD.org
Sun Aug 5 14:00:31 PDT 2007


thompsa     2007-08-05 21:00:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_lagg.c if_lagg.h 
  Log:
  MFC if_lagg.c r1.17-18, if_lagg.h r1.10
  
   - Avoid holding the softc lock when using copyout().
   - Propagate the largest set of interface capabilities supported by all lagg
     ports to the lagg interface.
   - Use the MTU from the first interface as the lagg MTU, all extra interfaces
     must be the same.
  
  Revision  Changes    Path
  1.11.2.5  +109 -43   src/sys/net/if_lagg.c
  1.7.2.3   +0 -1      src/sys/net/if_lagg.h


More information about the cvs-src mailing list