Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 00:18:56 +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/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h
Message-ID:  <200705070018.l470Iuki044649@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2007-05-07 00:18:56 UTC

  FreeBSD src repository

  Modified files:
    sys/net              ieee8023ad_lacp.c ieee8023ad_lacp.h 
                         if_lagg.c if_lagg.h 
  Log:
  Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code
  and is safe to use if the ifp has disappeared.
  
  Suggested by:   bms
  
  Revision  Changes    Path
  1.5       +3 -15     src/sys/net/ieee8023ad_lacp.c
  1.3       +1 -0      src/sys/net/ieee8023ad_lacp.h
  1.4       +29 -58    src/sys/net/if_lagg.c
  1.4       +4 -8      src/sys/net/if_lagg.h



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