Page MenuHomeFreeBSD

routing: retire rib_lookup_info()
ClosedPublic

Authored by melifaro on Aug 14 2022, 10:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 21, 2:46 PM
Unknown Object (File)
Jan 12 2024, 3:05 AM
Unknown Object (File)
Dec 20 2023, 7:51 AM
Unknown Object (File)
Nov 11 2023, 10:39 AM
Unknown Object (File)
Oct 30 2023, 6:49 AM
Unknown Object (File)
Oct 10 2023, 9:37 AM
Unknown Object (File)
Aug 27 2023, 2:46 PM
Unknown Object (File)
Aug 13 2023, 6:44 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.