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.
Differential D24604
Pass nhop in ifa_rtrequest(). melifaro on Apr 28 2020, 7:59 AM. Authored by Tags None Referenced Files
Details
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
|