Page MenuHomeFreeBSD

net: move interface removal notification up in if_detach_internal
ClosedPublic

Authored by royger on Aug 12 2014, 4:08 PM.
Tags
None
Referenced Files
F106144975: D598.diff
Thu, Dec 26, 3:33 AM
Unknown Object (File)
Fri, Dec 20, 4:20 PM
Unknown Object (File)
Thu, Nov 28, 1:20 AM
Unknown Object (File)
Nov 5 2024, 8:49 PM
Unknown Object (File)
Oct 18 2024, 9:30 AM
Unknown Object (File)
Oct 8 2024, 9:34 AM
Unknown Object (File)
Oct 5 2024, 8:53 AM
Unknown Object (File)
Oct 5 2024, 4:22 AM

Details

Reviewers
melifaro
Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

royger retitled this revision from to net: move interface removal notification up in if_detach_internal.
royger updated this object.
royger edited the test plan for this revision. (Show Details)
royger added a reviewer: melifaro.
melifaro edited edge metadata.

Seems to be OK

This revision is now accepted and ready to land.Aug 15 2014, 1:33 PM

Thanks, committed as r270041

I'm hitting a panic with stable/10. Can you please MFC this patch form the HEAD to stable/10?

In D598#321169, @royger wrote:

Done, MFC'ed as r333106.

I saw it. Thanks!