Page MenuHomeFreeBSD

Move 'struct rtentry' definition to nhop_var.h.
ClosedPublic

Authored by melifaro on Apr 26 2020, 7:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 2, 7:14 PM
Unknown Object (File)
Mon, Mar 2, 1:50 AM
Unknown Object (File)
Sun, Mar 1, 11:41 PM
Unknown Object (File)
Sun, Mar 1, 6:25 AM
Unknown Object (File)
Sun, Feb 15, 12:48 PM
Unknown Object (File)
Sat, Feb 14, 2:27 PM
Unknown Object (File)
Feb 11 2026, 11:08 PM
Unknown Object (File)
Feb 10 2026, 9:56 PM
Subscribers

Details

Summary

One of the goals of the new routing KPI defined in rS359823 is to entirely hide`struct rtentry` from the consumers.
It will allow to improve routing subsystem internals and deliver more features much faster.

This is one of the last changes, effectively moving struct rtentry definition to a net/route_var.h header, internal to the routing subsystem.

Diff Detail

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

Event Timeline

melifaro added a reviewer: network.
This revision was not accepted when it landed; it landed in state Needs Review.Apr 28 2020, 6:42 PM
This revision was automatically updated to reflect the committed changes.