]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Pass fib6_nh and flags to rt6_score_route
authorDavid Ahern <dsahern@gmail.com>
Tue, 9 Apr 2019 21:41:13 +0000 (14:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2019 21:24:06 +0000 (14:24 -0700)
commit7841808b7749215c990e28aa060562a3cfd6dd2d
tree33f86c09bc15ef005b39083db07d0717bccda025
parent43ecccd74beca1e658e95657e739c8b39c6f861e
ipv6: Pass fib6_nh and flags to rt6_score_route

rt6_score_route only needs the fib6_flags and nexthop data. Change
it accordingly. Allows re-use later for nexthop based fib6_nh.

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