Page MenuHomeFreeBSD

routing: retire rib_lookup_info()
ClosedPublic

Authored by melifaro on Aug 14 2022, 10:44 AM.
Tags
None
Referenced Files
F116109373: D36197.diff
Fri, May 2, 3:26 PM
F116021581: D36197.id109321.diff
Thu, May 1, 5:42 PM
Unknown Object (File)
Feb 2 2025, 12:28 AM
Unknown Object (File)
Jan 22 2025, 6:59 AM
Unknown Object (File)
Jan 22 2025, 6:49 AM
Unknown Object (File)
Dec 30 2024, 1:09 PM
Unknown Object (File)
Dec 10 2024, 7:56 PM
Unknown Object (File)
Oct 7 2024, 5:03 PM
Subscribers

Details

Reviewers
None
Group Reviewers
network
Commits
rG036f1bc6139e: routing: retire rib_lookup_info()
Summary

This function was added in pre-epoch era ( 9a1b64d5a0224 ) to
provide public rtentry access interface & hide rtentry internals.
The implementation is based on the large on-stack copying and
refcounting of the referenced objects (ifa/ifp).
It has become obsolete after epoch & nexthop introduction. Convert
the last remaining user and remove the function itself.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46933
Build 43822: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 15 2022, 6:49 AM
This revision was automatically updated to reflect the committed changes.