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)
Mon, Jan 20, 12:08 AM
Unknown Object (File)
Nov 19 2024, 10:23 PM
Unknown Object (File)
Nov 18 2024, 4:43 PM
Unknown Object (File)
Nov 18 2024, 4:22 PM
Unknown Object (File)
Nov 18 2024, 2:31 PM
Unknown Object (File)
Oct 27 2024, 4:10 PM
Unknown Object (File)
Oct 22 2024, 6:28 AM
Unknown Object (File)
Oct 19 2024, 7:54 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.