Page MenuHomeFreeBSD

netinet6: embed struct nd_ifinfo into struct in6_ndireq
ClosedPublic

Authored by glebius on Jan 15 2026, 3:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 4, 1:29 PM
Unknown Object (File)
Mon, Aug 3, 7:09 AM
Unknown Object (File)
Mon, Aug 3, 6:55 AM
Unknown Object (File)
Sun, Aug 2, 12:55 AM
Unknown Object (File)
Tue, Jul 28, 5:27 PM
Unknown Object (File)
Tue, Jul 28, 11:53 AM
Unknown Object (File)
Sat, Jul 25, 3:39 PM
Unknown Object (File)
Thu, Jul 23, 10:23 AM

Details

Summary

There is no functional change here, but we'd like to emphasize that the
nd_ifinfo structure is not a actually a kernel ND6 software context,
despite being actively used like this way, but an API/ABI structure for
ioctl(2). This should prevent from a ABI breakages like in 31ec8b6407fd.
This also is a step towards stopping using it as a kernel software
context.

Diff Detail

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