Re: [PATCH net-next] ipv6: Use result arg in fib_lookup_arg consistently

2019-04-23 Thread David Miller
From: David Ahern Date: Tue, 23 Apr 2019 18:05:33 -0700 > From: David Ahern > > 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

[PATCH net-next] ipv6: Use result arg in fib_lookup_arg consistently

2019-04-23 Thread David Ahern
From: David Ahern 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