Page MenuHomeFreeBSD

Switch ip_output/icmp_reflect rt lookup calls with fib4_lookup.
ClosedPublic

Authored by melifaro on May 23 2020, 1:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 4, 6:22 AM
Unknown Object (File)
Mon, Oct 27, 6:59 AM
Unknown Object (File)
Sun, Oct 26, 5:18 AM
Unknown Object (File)
Fri, Oct 24, 2:14 PM
Unknown Object (File)
Thu, Oct 23, 10:40 PM
Unknown Object (File)
Thu, Oct 23, 10:40 PM
Unknown Object (File)
Thu, Oct 23, 10:40 PM
Unknown Object (File)
Thu, Oct 23, 2:12 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.

Conversion is straight-forwarded, as the only 2 differences are
requirement of running in network epoch and the need to handle
RTF_GATEWAY case in the caller code.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable