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
Unknown Object (File)
Mon, Mar 30, 2:05 AM
Unknown Object (File)
Thu, Mar 19, 1:03 PM
Unknown Object (File)
Sun, Mar 15, 2:36 AM
Unknown Object (File)
Wed, Mar 4, 7:21 PM
Unknown Object (File)
Tue, Mar 3, 6:32 AM
Unknown Object (File)
Mar 2 2026, 9:16 PM
Unknown Object (File)
Feb 23 2026, 1:24 PM
Unknown Object (File)
Feb 20 2026, 5:21 PM

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