Page MenuHomeFreeBSD

Make NFS address selection use fib4_lookup().
ClosedPublic

Authored by melifaro on May 23 2020, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 11, 2:53 PM
Unknown Object (File)
Fri, Sep 11, 11:18 AM
Unknown Object (File)
Fri, Sep 11, 10:17 AM
Unknown Object (File)
Thu, Sep 10, 6:25 PM
Unknown Object (File)
Thu, Sep 10, 1:24 AM
Unknown Object (File)
Tue, Sep 8, 12:39 PM
Unknown Object (File)
Tue, Sep 8, 5:55 AM
Unknown Object (File)
Mon, Sep 7, 8:53 PM
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.