Re: [PATCH net-next] ipv6: Simplify rt6_qualify_for_ecmp

2019-04-21 Thread David Miller
From: David Ahern Date: Sun, 21 Apr 2019 08:49:01 -0700 > From: David Ahern > > After commit c7a1ce397ada ("ipv6: Change addrconf_f6i_alloc to use > ip6_route_info_create"), the gateway is no longer filled in for fib6_nh > structs in a prefix route. Accordingly, the RTF_ADDRCONF flag check can

Re: [PATCH net-next] ipv6: Simplify rt6_qualify_for_ecmp

2019-04-21 Thread Ido Schimmel
On Sun, Apr 21, 2019 at 08:49:01AM -0700, David Ahern wrote: > From: David Ahern > > After commit c7a1ce397ada ("ipv6: Change addrconf_f6i_alloc to use > ip6_route_info_create"), the gateway is no longer filled in for fib6_nh > structs in a prefix route. Accordingly, the RTF_ADDRCONF flag check c

[PATCH net-next] ipv6: Simplify rt6_qualify_for_ecmp

2019-04-21 Thread David Ahern
From: David Ahern After commit c7a1ce397ada ("ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create"), the gateway is no longer filled in for fib6_nh structs in a prefix route. Accordingly, the RTF_ADDRCONF flag check can be dropped from the 'rt6_qualify_for_ecmp'. Further, RTF_DYNAMIC is