Page MenuHomeFreeBSD

Make NFS address selection use fib4_lookup().
ClosedPublic

Authored by melifaro on May 23 2020, 5:12 PM.
Tags
None
Referenced Files
F102907088: D24977.diff
Mon, Nov 18, 2:31 PM
Unknown Object (File)
Sun, Oct 27, 4:10 PM
Unknown Object (File)
Tue, Oct 22, 6:28 AM
Unknown Object (File)
Sat, Oct 19, 7:54 PM
Unknown Object (File)
Sep 25 2024, 7:45 PM
Unknown Object (File)
Sep 23 2024, 7:06 AM
Unknown Object (File)
Sep 22 2024, 7:46 PM
Unknown Object (File)
Sep 22 2024, 4:19 AM
Subscribers

Details

Summary

fib4_lookup_nh_ represents pre-epoch generation of fib api,
providing less guarantees over pointer validness and requiring
on-stack data copying.
Switch call to use new fib4_lookup(), allowing to eventually
deprecate old api.

Diff Detail

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

Event Timeline

Sorry, I know nothing about this stuff, so I can't review it.
(This code has been written by others, possibly long ago.)

This revision was not accepted when it landed; it landed in state Needs Review.May 28 2020, 7:35 AM
This revision was automatically updated to reflect the committed changes.