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)
Wed, Mar 25, 7:00 AM
Unknown Object (File)
Tue, Mar 24, 11:36 PM
Unknown Object (File)
Sun, Mar 22, 6:35 AM
Unknown Object (File)
Sat, Mar 14, 4:17 AM
Unknown Object (File)
Fri, Mar 13, 9:50 PM
Unknown Object (File)
Sun, Mar 1, 7:42 PM
Unknown Object (File)
Sun, Mar 1, 2:31 PM
Unknown Object (File)
Fri, Feb 27, 1:30 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 30762
Build 28488: arc lint + arc unit

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.