commit | f9d882ea5705cf03f547e75ac515f1457c89f526 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Sun Jan 07 12:45:10 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 07 21:29:40 2018 -0500 |
tree | 3fa969d093521a34e3e0b4af8bd7aafd54714997 | |
parent | 8067bb8c1d3599e137dee445d65b64db90ebc6f5 [diff] |
ipv6: Report dead flag during route dump 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 <idosch@mellanox.com> Acked-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>