Page MenuHomeFreeBSD

Reorganise nd6 notification code to avoid direct rtentry field access.
ClosedPublic

Authored by melifaro on Apr 13 2020, 10:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 10, 8:29 PM
Unknown Object (File)
Sat, Jan 4, 3:21 AM
Unknown Object (File)
Sat, Jan 4, 3:21 AM
Unknown Object (File)
Sat, Jan 4, 3:20 AM
Unknown Object (File)
Sat, Jan 4, 12:18 AM
Unknown Object (File)
Nov 25 2024, 8:21 AM
Unknown Object (File)
Oct 4 2024, 8:41 PM
Unknown Object (File)
Sep 25 2024, 7:27 PM
Subscribers

Details

Summary

One of the goals of the new routing KPI defined in r359823 is to entirely hide`struct rtentry` from the consumers.
It will allow to improve routing subsystem internals and deliver more features much faster.
This change is one of the ongoing changes to eliminate direct struct rtentry field accesses.

In particular, it reorganises nd6 notification code to avoid accessing most of the rtentry fields.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable