commit | 962b68038351396ae218560c2f5b7af3e54d304c | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sat Jun 08 14:53:24 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 10 10:44:56 2019 -0700 |
tree | c1813369186229762c8475c7822df0cd3f51e88d | |
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>