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
F152456742: D55238.id.diff
Wed, Apr 15, 2:10 AM
Unknown Object (File)
Sat, Apr 11, 7:27 PM
Unknown Object (File)
Sat, Apr 11, 6:14 PM
Unknown Object (File)
Sat, Apr 11, 6:10 PM
Unknown Object (File)
Tue, Apr 7, 5:04 PM
Unknown Object (File)
Mon, Mar 30, 2:05 AM
Unknown Object (File)
Thu, Mar 19, 1:03 PM
Unknown Object (File)
Mar 15 2026, 2:36 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