Page MenuHomeFreeBSD

ip6_mroute: Handle interface detach events
ClosedPublic

Authored by markj on Feb 10 2026, 10:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 7:26 PM
Unknown Object (File)
Thu, Mar 12, 10:02 PM
Unknown Object (File)
Feb 28 2026, 2:18 PM
Unknown Object (File)
Feb 24 2026, 2:55 AM
Unknown Object (File)
Feb 24 2026, 12:07 AM
Unknown Object (File)
Feb 21 2026, 8:51 AM
Unknown Object (File)
Feb 20 2026, 8:34 AM
Unknown Object (File)
Feb 20 2026, 8:34 AM

Details

Summary

When an interface goes away we need to make sure the v6 multicast
routing tables don't carry any dangling references to the ifnet. The v4
code handles this already. Copy the approach there and use an
eventhandler to purge the corresponding MIF, if one exists, and further
go through all routes in the FIB and remove references to the interface.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable