K 10 svn:author V 8 melifaro K 8 svn:date V 27 2020-05-28T07:35:07.057615Z K 7 svn:log V 332 Make NFS address selection use fib4_lookup(). 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. Differential Revision: https://reviews.freebsd.org/D24977 END