Page MenuHomeFreeBSD

ip6_mroute: Make MF6CFIND a regular function
ClosedPublic

Authored by markj on Jan 30 2026, 8:51 PM.
Tags
None
Referenced Files
F149070044: D54983.id170996.diff
Sun, Mar 22, 3:07 AM
Unknown Object (File)
Thu, Mar 19, 3:42 AM
Unknown Object (File)
Wed, Mar 18, 10:46 AM
Unknown Object (File)
Wed, Mar 18, 10:38 AM
Unknown Object (File)
Mon, Mar 9, 5:12 AM
Unknown Object (File)
Mon, Mar 9, 4:55 AM
Unknown Object (File)
Feb 15 2026, 12:32 AM
Unknown Object (File)
Feb 12 2026, 12:39 AM

Details

Summary

This is more natural and corresponds more closely to the v4 multicast
routing code. No functional change intended.

Diff Detail

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

Event Timeline

markj requested review of this revision.Jan 30 2026, 8:51 PM
glebius added inline comments.
sys/netinet6/ip6_mroute.c
350

I'd suggest to use more meaningful names like origin and group, or orig and grp.

This revision is now accepted and ready to land.Jan 30 2026, 9:38 PM
markj added inline comments.
sys/netinet6/ip6_mroute.c
350

Sure, I made the change locally.

This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.