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
F163861627: D27675.id81185.diff
Sun, Jul 26, 4:25 PM
F163823083: D27675.id80916.diff
Sun, Jul 26, 9:49 AM
Unknown Object (File)
Fri, Jul 24, 7:39 PM
Unknown Object (File)
Wed, Jul 22, 12:33 PM
Unknown Object (File)
Tue, Jul 21, 10:18 AM
Unknown Object (File)
Jun 27 2026, 3:38 AM
Unknown Object (File)
Jun 27 2026, 2:36 AM
Unknown Object (File)
Jun 27 2026, 2:36 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.