commit | 5012f0a5944c9181fb4175561b7679a251eaf05a | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 16 14:36:05 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 23:10:46 2019 -0700 |
tree | 91340feffc5863f4920a483e4f712af041332ba8 | |
parent | 0d16158149ab6b02fcd945b2f5a5cf31262a445b [diff] |
ipv6: Pass fib6_result to rt6_insert_exception Update rt6_insert_exception to take a fib6_result over a fib6_info. Change ort to f6i from the fib6_result and rename to better reflect what it references (a fib6_info). Since this function is already getting changed, update the comments to reference fib6_info variables rather than the older rt6_info. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>