ipv6: Pass fib6_result to rt6_device_match
authorDavid Ahern <dsahern@gmail.com>
Tue, 16 Apr 2019 21:36:07 +0000 (14:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Apr 2019 06:10:47 +0000 (23:10 -0700)
commit75ef7389dd2339e5f2a7347aadbdbded8dd8430f
treed38595fdb002e663196f0138463c2617d67cd4fc
parentb748f26092626332f73e71d75e4390de6b8bdf9b
ipv6: Pass fib6_result to rt6_device_match

Pass fib6_result to rt6_device_match with f6i set. rt6_device_match
updates f6i in the result if it finds a better match and sets nh.

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