Page MenuHomeFreeBSD

Pass nhop in ifa_rtrequest().
ClosedPublic

Authored by melifaro on Apr 28 2020, 7:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 11:58 PM
Unknown Object (File)
Tue, Apr 30, 10:53 PM
Unknown Object (File)
Tue, Apr 30, 10:53 PM
Unknown Object (File)
Tue, Apr 30, 10:53 PM
Unknown Object (File)
Wed, Apr 24, 10:24 PM
Unknown Object (File)
Sat, Apr 20, 5:26 PM
Unknown Object (File)
Thu, Apr 11, 4:52 AM
Unknown Object (File)
Mar 29 2024, 11:59 AM
Subscribers

Details

Reviewers
None
Group Reviewers
network
Commits
rS360475: Add nhop to the ifa_rtrequest() callback.
Summary

With the upcoming multipath changes described in D24141, rt->rt_nhop can potentially point to a nexthop group instead of individual nhop.

To simplify caller handling of such cases, change ifa_rtrequest callback to pass changed nhop directly.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30772
Build 28497: arc lint + arc unit

Event Timeline

melifaro added a reviewer: network.
This revision was not accepted when it landed; it landed in state Needs Review.Apr 29 2020, 7:29 PM
This revision was automatically updated to reflect the committed changes.