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)
Sun, Sep 14, 4:25 AM
Unknown Object (File)
Aug 29 2025, 7:12 AM
Unknown Object (File)
Jul 25 2025, 10:11 AM
Unknown Object (File)
Jul 10 2025, 9:48 AM
Unknown Object (File)
Jun 30 2025, 3:54 AM
Unknown Object (File)
Jun 20 2025, 3:46 AM
Unknown Object (File)
Jun 13 2025, 4:44 PM
Unknown Object (File)
May 28 2025, 11:42 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 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.