diff options
author | David Ahern <dsahern@gmail.com> | 2019-06-08 14:53:24 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-10 10:44:56 -0700 |
commit | 962b68038351396ae218560c2f5b7af3e54d304c (patch) | |
tree | c1813369186229762c8475c7822df0cd3f51e88d /block | |
parent | 2ab75bfb17e2cf3159033e91ebf2eb11efc1f0d3 (diff) |
ipv6: Handle all fib6_nh in a nexthop in rt6_device_match
Add a hook in rt6_device_match to handle nexthop struct in a fib6_info.
The new rt6_nh_dev_match uses nexthop_for_each_fib6_nh to walk each
fib6_nh in a nexthop and call __rt6_device_match. On match,
rt6_nh_dev_match returns the fib6_nh and rt6_device_match uses it to
setup fib6_result.
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions