Page MenuHomeFreeBSD

ip6_mroute: Start putting global variables into a structure
ClosedPublic

Authored by markj on Feb 10 2026, 10:12 PM.
Tags
None
Referenced Files
F166108614: D55238.id174556.diff
Tue, Aug 11, 7:15 PM
Unknown Object (File)
Mon, Aug 10, 8:51 AM
Unknown Object (File)
Sun, Aug 9, 2:28 PM
Unknown Object (File)
Sun, Aug 9, 3:20 AM
Unknown Object (File)
Sat, Aug 8, 4:15 PM
Unknown Object (File)
Fri, Aug 7, 6:14 PM
Unknown Object (File)
Fri, Aug 7, 5:37 PM
Unknown Object (File)
Fri, Aug 7, 10:24 AM

Details

Summary

As in the IPv4 version of this change, I added a struct mf6ctable
structure which holds all global routing table state, soon to become
per-FIB state.

Note that much of the v6 multicast routing code was not VNETified; this
change fixes that too.

Diff Detail

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