Re: [PATCH net-next] ipv4: Set nexthop flags in a more consistent way

2020-11-11 Thread Jakub Kicinski
On Tue, 10 Nov 2020 08:25:50 -0700 David Ahern wrote: > On 11/10/20 3:25 AM, Ido Schimmel wrote: > > From: Ido Schimmel > > > > Be more consistent about the way in which the nexthop flags are set and > > set them in one go. > > > > Suggested-by: Jakub Kicinski > > Signed-off-by: Ido Schimmel >

Re: [PATCH net-next] ipv4: Set nexthop flags in a more consistent way

2020-11-10 Thread David Ahern
On 11/10/20 3:25 AM, Ido Schimmel wrote: > From: Ido Schimmel > > Be more consistent about the way in which the nexthop flags are set and > set them in one go. > > Suggested-by: Jakub Kicinski > Signed-off-by: Ido Schimmel > --- > RTNH_F_DEAD and RTNH_F_LINKDOWN are set separately above, so I