Page MenuHomeFreeBSD

Convert rtalloc_mpath_fib() users to the new KPI. Remove now-unused func.
ClosedPublic

Authored by melifaro on Apr 27 2020, 5:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 4, 12:00 AM
Unknown Object (File)
Fri, Jul 3, 3:18 AM
Unknown Object (File)
Thu, Jul 2, 10:55 PM
Unknown Object (File)
Thu, Jul 2, 6:22 AM
Unknown Object (File)
Jun 15 2026, 5:11 AM
Unknown Object (File)
Jun 14 2026, 4:16 PM
Unknown Object (File)
May 21 2026, 6:52 PM
Unknown Object (File)
Apr 27 2026, 8:41 AM
Subscribers

Details

Summary

New fib[46]_lookup() functions support multipath transparently. Given that,
switch the last calls to rtalloc_mpath_fib() the new routing KPI and eliminate the function itself.

Note: proper flowid generation (especially for the outbound traffic) is a bigger topic and will be handled in a separate review. This change leaves flowid generation intact.

Diff Detail

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

Event Timeline

melifaro added a reviewer: network.
melifaro edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Apr 28 2020, 8:07 AM
This revision was automatically updated to reflect the committed changes.