commit | 7d21fec90438941b44b699ae73673d2f8a3a9d76 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 16 14:36:11 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 23:11:30 2019 -0700 |
tree | 74b78bdf8b3f7e2121ca4005ee3c7c0af17619ec | |
parent | effda4dd97e878ab83336bec7411cc41b5cc6d37 [diff] |
ipv6: Add fib6_type and fib6_flags to fib6_result Add the fib6_flags and fib6_type to fib6_result. Update the lookup helpers to set them and update post fib lookup users to use the version from the result. This allows nexthop objects to have blackhole nexthop. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>