/[base]
ViewVC logotype

Revision 272705


Jump to revision: Previous Next
Author: asomers
Date: Tue Oct 7 15:21:20 2014 UTC (9 years, 8 months ago)
Changed paths: 4
Log Message:
MFC r265232

Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.
The thread that is destroying the lagg has already set sc->sc_psc=NULL when
the "ifconfig -am" thread gets to lacp_req().  It tries to dereference
sc->sc_psc and panics.  The solution is for lacp_req() to check the value of
sc->sc_psc.  If NULL, harmlessly return an lacp_opreq structure full of
zeros.  Full details in GNATS.

PR:   189003


Changed paths

Path Details
Directorystable/9/ modified , props changed
Directorystable/9/sys/ modified , props changed
Directorystable/9/sys/net/ modified , props changed
Directorystable/9/sys/net/ieee8023ad_lacp.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27