commit | 65a2022e89a4760f9702837e2d9d15a39a9c68a3 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed May 09 20:34:25 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri May 11 00:10:57 2018 +0200 |
tree | 77f39bf2ce9601e25b18a29ef70f105d300fbe0f | |
parent | d4bea421f7322400d804c2284739e42e61f78349 [diff] |
net/ipv6: Add fib lookup stubs for use in bpf helper Add stubs to retrieve a handle to an IPv6 FIB table, fib6_get_table, a stub to do a lookup in a specific table, fib6_table_lookup, and a stub for a full route lookup. The stubs are needed for core bpf code to handle the case when the IPv6 module is not builtin. Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>