cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
if_lagg.c if_lagg.h
Andrew Thompson
thompsa at FreeBSD.org
Mon May 7 00:18:57 UTC 2007
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
More information about the cvs-src
mailing list