From: David Ahern <dsah...@kernel.org> Date: Tue, 23 Apr 2019 18:05:33 -0700
> From: David Ahern <dsah...@gmail.com> > > arg.result is sometimes used as fib6_result and sometimes used to > hold the rt6_info. Add rt6_info to fib6_result and make the use > of arg.result consistent through ipv6 rules. > > The rt6 entry is filled in for lookups returning a dst_entry, but not > for direct fib_lookups that just want a fib6_info. > > Fixes: effda4dd97e8 ("ipv6: Pass fib6_result to fib lookups") > Signed-off-by: David Ahern <dsah...@gmail.com> Applied.