ipv6: Change rt6_probe to take a fib6_nh
authorDavid Ahern <dsahern@gmail.com>
Tue, 9 Apr 2019 21:41:12 +0000 (14:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2019 21:24:06 +0000 (14:24 -0700)
commitcc3a86c802f0ba9a2627aef256d95ae3b3fa6e91
tree4bed7393ba06defbac346a3260405815d80a7d8d
parent6e1809a564ef743052157b78f47b40a2b8373458
ipv6: Change rt6_probe to take a fib6_nh

rt6_probe sends probes for gateways in a nexthop. As such it really
depends on a fib6_nh, not a fib entry. Move last_probe to fib6_nh and
update rt6_probe to a fib6_nh struct.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
net/ipv6/route.c