aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/config
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2018-10-10 11:21:23 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2018-10-11 10:33:17 +0200
commitd3c72d7a20d8ebb0618d06fc49e83a4d74d96205 (patch)
treeb14d40db22700b38d125bacb786d666f628af4fe /tools/testing/selftests/bpf/config
parentbpftool: Allow add linker flags via EXTRA_LDFLAGS variable (diff)
downloadwireguard-linux-d3c72d7a20d8ebb0618d06fc49e83a4d74d96205.tar.xz
wireguard-linux-d3c72d7a20d8ebb0618d06fc49e83a4d74d96205.zip
selftests: bpf: add config fragment LWTUNNEL
When test_lwt_seg6local.sh was added commit c99a84eac026 ("selftests/bpf: test for seg6local End.BPF action") config fragment wasn't added, and without CONFIG_LWTUNNEL enabled we see this: Error: CONFIG_LWTUNNEL is not enabled in this kernel. selftests: test_lwt_seg6local [FAILED] Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/testing/selftests/bpf/config')
-rw-r--r--tools/testing/selftests/bpf/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index 3655508f95fd..dd49df5e2df4 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -19,3 +19,4 @@ CONFIG_CRYPTO_SHA256=m
CONFIG_VXLAN=y
CONFIG_GENEVE=y
CONFIG_NET_CLS_FLOWER=m
+CONFIG_LWTUNNEL=y