Re: [PATCH net-next 16/18] ipv4: Flag fib_info with a fib_nh using IPv6 gateway

2019-04-05 Thread Ido Schimmel
On Thu, Apr 04, 2019 at 10:50:05AM -0700, David Ahern wrote: > From: David Ahern > > Until support is added to the offload drivers, they need to be able to > reject routes with an IPv6 gateway. To that end add a flag to fib_info > that indicates if any fib_nh has a v6 gateway. The flag allows the

[PATCH net-next 16/18] ipv4: Flag fib_info with a fib_nh using IPv6 gateway

2019-04-04 Thread David Ahern
From: David Ahern Until support is added to the offload drivers, they need to be able to reject routes with an IPv6 gateway. To that end add a flag to fib_info that indicates if any fib_nh has a v6 gateway. The flag allows the drivers to efficiently know the use of a v6 gateway without walking al