Re: [PATCH v3 net-next 3/3] ipv4: Move exception bucket to nh_common

2019-04-30 Thread Ido Schimmel
On Mon, Apr 29, 2019 at 09:16:19AM -0700, David Ahern wrote: > From: David Ahern > > Similar to the cached routes, make IPv4 exceptions accessible when > using an IPv6 nexthop struct with IPv4 routes. Simplify the exception > functions by passing in fib_nh_common since that is all it needs, > and

[PATCH v3 net-next 3/3] ipv4: Move exception bucket to nh_common

2019-04-29 Thread David Ahern
From: David Ahern Similar to the cached routes, make IPv4 exceptions accessible when using an IPv6 nexthop struct with IPv4 routes. Simplify the exception functions by passing in fib_nh_common since that is all it needs, and then cleanup the call sites that have extraneous fib_nh conversions. As