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
F169408987: D24580.diff
Tue, Sep 1, 11:25 AM
F169408908: D24580.id.diff
Tue, Sep 1, 11:25 AM
F169375283: D24580.id71119.diff
Tue, Sep 1, 8:55 AM
F169369075: D24580.id71018.diff
Tue, Sep 1, 8:33 AM
Unknown Object (File)
Sat, Aug 8, 4:45 PM
Unknown Object (File)
Fri, Aug 7, 1:38 AM
Unknown Object (File)
Wed, Aug 5, 7:32 AM
Unknown Object (File)
Wed, Aug 5, 2:52 AM
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.