From: David Ahern <dsah...@kernel.org> Date: Tue, 9 Apr 2019 14:41:09 -0700
> From: David Ahern <dsah...@gmail.com> > > IPv6 has a fib6_nh embedded within each fib6_info and a separate > fib6_info for each path in a multipath route. A side effect is that > a fib6_info is passed all the way down the stack when selecting a path > on a fib lookup. Refactor the fib lookup functions and associated > helper functions to take a fib6_nh when appropriate to enable IPv6 > to work with nexthop objects where the fib6_nh is not directly part > of a fib entry. Series applied, thanks David.