Re: [PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes

2019-04-05 Thread David Ahern
On 4/5/19 8:56 AM, Ido Schimmel wrote: > Reviewed-by: Ido Schimmel > > I also ran some tests and it looks good. > > Great work! Thanks for the review. I fixed the typos and messages you pointed out. In v2 I also moved the fib6_nh_release in patch 9 to 'if (!err)' branch since the intention is t

Re: [PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes

2019-04-05 Thread Ido Schimmel
On Thu, Apr 04, 2019 at 10:49:49AM -0700, David Ahern wrote: > From: David Ahern > > Last set of three with the end goal of enabling IPv6 gateways with IPv4 > routes. > > This set adds fib6_nh_init and release to the IPv6 stubs, and adds neighbor > helpers that IPv4 code invokes to resolve an IP

[PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes

2019-04-04 Thread David Ahern
From: David Ahern Last set of three with the end goal of enabling IPv6 gateways with IPv4 routes. This set adds fib6_nh_init and release to the IPv6 stubs, and adds neighbor helpers that IPv4 code invokes to resolve an IPv6 address. When using an IPv6 neighbor entry the hh_cache is bypassed as i