This is needed to prevent having interfaces with ifp->if_addr == NULL
on bridge interfaces. Moving the notification event handlers up makes
sure the interfaces are removed before doing any more cleanup.
Sponsored by: Citrix Systems R&D
Differential D598
net: move interface removal notification up in if_detach_internal royger on Aug 12 2014, 4:08 PM. Authored by Tags None Referenced Files
Subscribers
Details
This is needed to prevent having interfaces with ifp->if_addr == NULL Sponsored by: Citrix Systems R&D
Diff Detail
Event TimelineComment Actions I'm hitting a panic with stable/10. Can you please MFC this patch form the HEAD to stable/10? |