]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: bpf: add config fragment LWTUNNEL
authorAnders Roxell <anders.roxell@linaro.org>
Wed, 10 Oct 2018 09:21:23 +0000 (11:21 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 11 Oct 2018 08:33:17 +0000 (10:33 +0200)
commitd0bcd1201e57eae03e456c142e8f20aba0338dd7
treeb14d40db22700b38d125bacb786d666f628af4fe
parentbb71b82fd24d64feffe5b39963a7168c67980611
selftests: bpf: add config fragment LWTUNNEL

When test_lwt_seg6local.sh was added commit bc3fb77ee264
("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>
tools/testing/selftests/bpf/config