Page MenuHomeFreeBSD

Update nexthop handling for route addition/deletion in preparation for mpath.
ClosedPublic

Authored by melifaro on Sep 8 2020, 9:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 8 2024, 7:31 PM
Unknown Object (File)
Dec 20 2023, 4:24 AM
Unknown Object (File)
Dec 10 2023, 11:01 PM
Unknown Object (File)
Oct 13 2023, 4:06 AM
Unknown Object (File)
Oct 10 2023, 8:29 PM
Unknown Object (File)
Sep 10 2023, 5:46 AM
Unknown Object (File)
Sep 6 2023, 9:49 AM
Unknown Object (File)
Aug 31 2023, 9:59 AM
Subscribers

Details

Summary

Currently kernel requests deletion for the certain routes with gateway, but this gateways is not actually checked.
With multipath, checking that the code deleting the right route is necessary. Add the logic performing this check.

Generalise RTF_PINNED routes to the generic route priorities, simplifying the logic.

Add lookup_prefix() function to perform exact match search based on data in @info.

Diff Detail

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