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)
Sun, Aug 16, 1:57 PM
Unknown Object (File)
Thu, Aug 13, 12:55 AM
Unknown Object (File)
Wed, Aug 12, 7:27 PM
Unknown Object (File)
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

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