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)
commitd3c72d7a20d8ebb0618d06fc49e83a4d74d96205
treeb14d40db22700b38d125bacb786d666f628af4fe
parentc85061657e1c45d7063d718c7e21b880e3b1411e
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>
tools/testing/selftests/bpf/config