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)
Apr 28 2026, 6:36 AM
Unknown Object (File)
Apr 25 2026, 7:41 PM
Unknown Object (File)
Apr 25 2026, 11:39 AM
Unknown Object (File)
Apr 19 2026, 7:25 AM
Unknown Object (File)
Apr 19 2026, 7:05 AM
Unknown Object (File)
Apr 19 2026, 5:54 AM
Unknown Object (File)
Apr 17 2026, 4:27 AM
Unknown Object (File)
Apr 15 2026, 2:47 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.