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
F169100451: D24976.id72165.diff
Mon, Aug 31, 10:12 AM
F169030092: D24976.diff
Mon, Aug 31, 4:27 AM
Unknown Object (File)
Sun, Aug 30, 11:12 AM
Unknown Object (File)
Sun, Aug 30, 10:40 AM
Unknown Object (File)
Sun, Aug 30, 10:32 AM
Unknown Object (File)
Sat, Aug 29, 5:35 AM
Unknown Object (File)
Sat, Aug 29, 1:25 AM
Unknown Object (File)
Fri, Aug 28, 4:15 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.

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