aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/config
diff options
context:
space:
mode:
authorWillem de Bruijn <willemb@google.com>2019-03-22 14:32:51 -0400
committerAlexei Starovoitov <ast@kernel.org>2019-03-22 13:52:44 -0700
commitef81bd054942e2bd8289c91a3528e6fc0ca26c1c (patch)
treebc86962f5146e23b8ab0b88db564d7da6ef8d13e /tools/testing/selftests/bpf/config
parentselftests/bpf: expand bpf tunnel test with decap (diff)
downloadlinux-dev-ef81bd054942e2bd8289c91a3528e6fc0ca26c1c.tar.xz
linux-dev-ef81bd054942e2bd8289c91a3528e6fc0ca26c1c.zip
selftests/bpf: expand bpf tunnel test to ipv6
The test only uses ipv4 so far, expand to ipv6. This is mostly a boilerplate near copy of the ipv4 path. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/config')
-rw-r--r--tools/testing/selftests/bpf/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index 37f947ec44ed..a42f4fc4dc11 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -23,3 +23,5 @@ CONFIG_LWTUNNEL=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_XDP_SOCKETS=y
CONFIG_FTRACE_SYSCALLS=y
+CONFIG_IPV6_TUNNEL=y
+CONFIG_IPV6_GRE=y