Page MenuHomeFreeBSD

netinet6: embed struct scope6_id into struct in6_ifextra
ClosedPublic

Authored by glebius on Jan 15 2026, 3:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 8:53 AM
Unknown Object (File)
Fri, Apr 17, 9:42 AM
Unknown Object (File)
Thu, Apr 16, 2:44 AM
Unknown Object (File)
Wed, Apr 15, 8:13 PM
Unknown Object (File)
Sun, Apr 12, 8:50 PM
Unknown Object (File)
Sat, Apr 11, 12:01 AM
Unknown Object (File)
Thu, Apr 9, 2:22 AM
Unknown Object (File)
Sat, Apr 4, 11:38 AM
Subscribers

Diff Detail

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

Event Timeline

Do we still need this? I think scope modification ability was not used/implemented since KAME import.

I have very little idea about that. I'm just working on making interfaces detach more safe and I want in6_ifextra to be a single piece of memory which would have delayed reclamation.

I'd be very happy if an IPv6 expert comes and axes of pieces of IPv6 that aren't needed at all. Some locking in scope6.c looks suspicious to me, so I doubt the code is actively used indeed.

This revision is now accepted and ready to land.Jan 23 2026, 9:02 PM