Page MenuHomeFreeBSD

Rename rt_flags to rte_flags && reduce number of rt_nhop accesses.
ClosedPublic

Authored by melifaro on Aug 21 2020, 11:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 18, 2:56 AM
Unknown Object (File)
Sat, Dec 13, 2:23 PM
Unknown Object (File)
Thu, Nov 27, 5:46 AM
Unknown Object (File)
Wed, Nov 26, 10:32 PM
Unknown Object (File)
Nov 21 2025, 12:07 AM
Unknown Object (File)
Nov 21 2025, 12:00 AM
Unknown Object (File)
Nov 21 2025, 12:00 AM
Unknown Object (File)
Nov 20 2025, 11:52 PM
Subscribers

Details

Summary

No functional changes.

Most of the routing flags are stored in the netxtop instead of rtentry.
Rename rt->rt_flags to rt->rte_flags to simplify reading/modifying code checking routing flags.

In the new multipath code, rt->rt_nhop may actually point to nexthop group instead of nhop.
To ease transition, reduce the amount of rt_nhop->... accesses.

Diff Detail

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

Event Timeline

melifaro retitled this revision from Rename rt_flags to rte_flags && reduce number of rt_nhop accesses. Most of the routing flags are stored in the netxtop instead of rtentry. Rename `rt->rt_flags` to `rt->rte_flags` to simplify reading of flags checking code. In the new... to Rename rt_flags to rte_flags && reduce number of rt_nhop accesses..Aug 21 2020, 11:08 PM
melifaro edited the summary of this revision. (Show Details)
melifaro added a reviewer: network.
This revision was not accepted when it landed; it landed in state Needs Review.Aug 22 2020, 7:31 PM
This revision was automatically updated to reflect the committed changes.