/[base]
ViewVC logotype

Revision 272672


Jump to revision: Previous Next
Author: asomers
Date: Mon Oct 6 23:17:01 2014 UTC (9 years, 8 months ago)
Changed paths: 2
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/10/ modified , props changed
Directorystable/10/sys/net/ieee8023ad_lacp.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27