From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next 10/18] ipv6: Report dead flag during route dump Date: Sun, 7 Jan 2018 10:02:54 -0700 Message-ID: <40b465d0-7ba1-69bf-5884-2b5b5b59bfd3@gmail.com> References: <20180107104518.31693-1-idosch@mellanox.com> <20180107104518.31693-11-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, roopa@cumulusnetworks.com, nicolas.dichtel@6wind.com, weiwan@google.com, kafai@fb.com, yoshfuji@linux-ipv6.org, mlxsw@mellanox.com To: Ido Schimmel , netdev@vger.kernel.org Return-path: Received: from mail-pg0-f47.google.com ([74.125.83.47]:35793 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754154AbeAGRC4 (ORCPT ); Sun, 7 Jan 2018 12:02:56 -0500 Received: by mail-pg0-f47.google.com with SMTP id d6so2917107pgv.2 for ; Sun, 07 Jan 2018 09:02:56 -0800 (PST) In-Reply-To: <20180107104518.31693-11-idosch@mellanox.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 1/7/18 3:45 AM, Ido Schimmel wrote: > Up until now the RTNH_F_DEAD flag was only reported in route dump when > the 'ignore_routes_with_linkdown' sysctl was set. This is expected as > dead routes were flushed otherwise. > > The reliance on this sysctl is going to be removed, so we need to report > the flag regardless of the sysctl's value. > > Signed-off-by: Ido Schimmel > --- > net/ipv6/route.c | 3 +++ > 1 file changed, 3 insertions(+) Acked-by: David Ahern