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)
Thu, Nov 20, 8:03 PM
Unknown Object (File)
Thu, Nov 20, 8:03 PM
Unknown Object (File)
Thu, Nov 20, 7:58 PM
Unknown Object (File)
Thu, Nov 20, 7:54 PM
Unknown Object (File)
Sun, Nov 16, 6:05 AM
Unknown Object (File)
Sun, Nov 9, 2:02 AM
Unknown Object (File)
Thu, Nov 6, 4:25 AM
Unknown Object (File)
Wed, Nov 5, 10:57 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 Not Applicable
Unit
Tests Not Applicable

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.