Page MenuHomeFreeBSD

netinet6: embed struct scope6_id into struct in6_ifextra
Needs ReviewPublic

Authored by glebius on Thu, Jan 15, 3:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 18, 4:59 AM
Unknown Object (File)
Thu, Jan 15, 5:54 PM
Unknown Object (File)
Thu, Jan 15, 5:18 PM
Unknown Object (File)
Thu, Jan 15, 4:59 PM
Unknown Object (File)
Thu, Jan 15, 1:21 PM
Unknown Object (File)
Thu, Jan 15, 12:52 PM
Unknown Object (File)
Thu, Jan 15, 11:49 AM
Unknown Object (File)
Thu, Jan 15, 11:44 AM
Subscribers

Details

Reviewers
jhibbits
Group Reviewers
network
transport

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69901
Build 66784: arc lint + arc unit

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.