Page MenuHomeFreeBSD

Use more light-weight versions of routing lookup functions in ng_netflow.
ClosedPublic

Authored by melifaro on Dec 18 2020, 8:57 PM.
Tags
None
Referenced Files
F102621237: D27675.diff
Thu, Nov 14, 10:30 PM
Unknown Object (File)
Sun, Oct 20, 1:30 PM
Unknown Object (File)
Oct 15 2024, 7:57 AM
Unknown Object (File)
Oct 7 2024, 9:34 AM
Unknown Object (File)
Sep 29 2024, 8:40 AM
Unknown Object (File)
Sep 19 2024, 2:01 AM
Unknown Object (File)
Sep 18 2024, 12:42 PM
Unknown Object (File)
Sep 17 2024, 3:40 PM
Subscribers

Details

Summary

Use recently-added combination of fib[46]_lookup_rt() which returns rtentry & raw nexthop with
rt_get_inet[6]_plen() which returns address/prefix length of prefix inside rt instead of rib_lookup_info().

New calls does not require reference counting objects and reduce the amount of copied/processed rtentry data.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35525
Build 32426: arc lint + arc unit

Event Timeline

melifaro added a reviewer: network.

Excellent example how to apply the new API.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 26 2020, 11:33 AM
This revision was automatically updated to reflect the committed changes.