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)
Jan 10 2024, 9:39 PM
Unknown Object (File)
Jan 10 2024, 2:00 AM
Unknown Object (File)
Dec 24 2023, 9:14 AM
Unknown Object (File)
Dec 22 2023, 6:37 AM
Unknown Object (File)
Dec 2 2023, 8:13 AM
Unknown Object (File)
Sep 8 2023, 1:13 AM
Unknown Object (File)
Aug 18 2023, 11:50 AM
Unknown Object (File)
Jun 1 2023, 1:48 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.