Page MenuHomeFreeBSD

Convert ipfilter to use new routing API.
ClosedPublic

Authored by melifaro on Jan 3 2016, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 11:35 PM
Unknown Object (File)
Wed, May 1, 10:58 PM
Unknown Object (File)
Wed, May 1, 10:45 PM
Unknown Object (File)
Wed, May 1, 10:31 PM
Unknown Object (File)
Jan 1 2024, 8:05 AM
Unknown Object (File)
Aug 21 2023, 11:22 AM
Unknown Object (File)
Jun 20 2023, 8:44 PM
Unknown Object (File)
May 7 2023, 10:46 PM
Subscribers

Details

Summary

This change makes ipfilter use new routing API instead of old rtalloc/route/rte-based one.
This API eliminates scaling problems caused by rte locking. It also is more user-friendly since it delivers ready-to-use result w/o requiring to know any current routing internals.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

melifaro retitled this revision from to Convert ipfilter to use new routing API..
melifaro updated this object.
melifaro edited the test plan for this revision. (Show Details)
cy edited edge metadata.

Looks good. (I haven't been able to test due to an unrelated ACPI issue on all my systems -- share the same MB).

This revision is now accepted and ready to land.Jan 9 2016, 9:21 PM
This revision was automatically updated to reflect the committed changes.