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)
Tue, Aug 5, 1:02 AM
Unknown Object (File)
Mon, Aug 4, 9:39 PM
Unknown Object (File)
Mon, Aug 4, 12:10 AM
Unknown Object (File)
Mon, Jul 28, 8:05 PM
Unknown Object (File)
Mon, Jul 28, 7:44 PM
Unknown Object (File)
Mon, Jul 28, 6:40 PM
Unknown Object (File)
Mon, Jul 28, 4:07 PM
Unknown Object (File)
Sat, Jul 26, 12:50 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 Passed
Unit
No Test Coverage
Build Status
Buildable 30738
Build 28466: arc lint + arc unit

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.