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)
Oct 5 2024, 10:37 PM
Unknown Object (File)
Oct 5 2024, 8:47 AM
Unknown Object (File)
Oct 4 2024, 8:18 PM
Unknown Object (File)
Oct 4 2024, 6:01 PM
Unknown Object (File)
Oct 4 2024, 3:36 PM
Unknown Object (File)
Oct 4 2024, 4:43 AM
Unknown Object (File)
Oct 3 2024, 9:04 PM
Unknown Object (File)
Oct 3 2024, 6:28 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 Passed
Unit
No Test Coverage
Build Status
Buildable 31257
Build 28904: arc lint + arc unit