commit | cc3a86c802f0ba9a2627aef256d95ae3b3fa6e91 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 09 14:41:12 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 11 14:24:06 2019 -0700 |
tree | 4bed7393ba06defbac346a3260405815d80a7d8d | |
parent | 6e1809a564ef743052157b78f47b40a2b8373458 [diff] |
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>