commit | b7bc4b6a620becacbc70fc617b8bbdb16f401f85 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 16 14:36:08 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 23:10:47 2019 -0700 |
tree | 918c22664c7e9f3130542ad3a8b636d6ec28d0de | |
parent | 75ef7389dd2339e5f2a7347aadbdbded8dd8430f [diff] |
ipv6: Pass fib6_result to rt6_select and find_rr_leaf Pass fib6_result to rt6_select. Instead of returning the fib entry, it will set f6i and nh based on the lookup. find_rr_leaf is changed to remove the match option in favor of taking fib6_result and having __find_rr_leaf set f6i in the result. In the process, update fib6_info references in __find_rr_leaf to f6i names. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>