]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Report dead flag during route dump
authorIdo Schimmel <idosch@mellanox.com>
Sun, 7 Jan 2018 10:45:10 +0000 (12:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jan 2018 02:29:40 +0000 (21:29 -0500)
commit9b301f79bda761937f7b1918be0250644802f7ee
tree3fa969d093521a34e3e0b4af8bd7aafd54714997
parentbf4247fbd47ad1a1aa2c1280389989a9b3f36465
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>
net/ipv6/route.c