Re: [PATCH v3 net-next 00/13] net: Move fib_nh and fib6_nh to a common struct

2019-03-29 Thread David Miller
From: David Ahern Date: Wed, 27 Mar 2019 20:53:45 -0700 > From: David Ahern > > First set of three with the end goal of enabling IPv6 gateways with IPv4 > routes. > > This set refactors ipv4 and ipv6 code to create init and release > helpers for each protocol and moving common elements to a fi

[PATCH v3 net-next 00/13] net: Move fib_nh and fib6_nh to a common struct

2019-03-27 Thread David Ahern
From: David Ahern First set of three with the end goal of enabling IPv6 gateways with IPv4 routes. This set refactors ipv4 and ipv6 code to create init and release helpers for each protocol and moving common elements to a fib_nh_common struct. v3 - split the reject setting into 2 with helper to