Page MenuHomeFreeBSD

Use fib[46]_lookup() in mtu calculations.
ClosedPublic

Authored by melifaro on May 23 2020, 1:09 PM.
Tags
None
Referenced Files
F102868394: D24974.diff
Mon, Nov 18, 5:21 AM
F102852342: D24974.diff
Mon, Nov 18, 12:22 AM
Unknown Object (File)
Thu, Nov 14, 12:36 AM
Unknown Object (File)
Sep 25 2024, 12:03 AM
Unknown Object (File)
Sep 24 2024, 5:29 PM
Unknown Object (File)
Sep 24 2024, 4:38 AM
Unknown Object (File)
Sep 20 2024, 11:54 PM
Unknown Object (File)
Sep 19 2024, 10:22 PM
Subscribers

Details

Summary

fib[46]_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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 28 2020, 8:00 AM
This revision was automatically updated to reflect the committed changes.