Skip to content

Commit d3c72d7

Browse files
roxellborkmann
authored andcommitted
selftests: bpf: add config fragment LWTUNNEL
When test_lwt_seg6local.sh was added commit c99a84e ("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>
1 parent c850616 commit d3c72d7

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/bpf

1 file changed

+1
-0
lines changed

tools/testing/selftests/bpf/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ CONFIG_CRYPTO_SHA256=m
1919
CONFIG_VXLAN=y
2020
CONFIG_GENEVE=y
2121
CONFIG_NET_CLS_FLOWER=m
22+
CONFIG_LWTUNNEL=y

0 commit comments

Comments
 (0)