Skip to content

Commit 3bce593

Browse files
roxellborkmann
authored andcommitted
selftests: bpf: config: add config fragments
Tests test_tunnel.sh fails due to config fragments ins't enabled. Fixes: 933a741 ("selftests/bpf: bpf tunnel test.") Signed-off-by: Anders Roxell <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
1 parent 73df93c commit 3bce593

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

tools/testing/selftests/bpf/config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ CONFIG_CGROUP_BPF=y
77
CONFIG_NETDEVSIM=m
88
CONFIG_NET_CLS_ACT=y
99
CONFIG_NET_SCH_INGRESS=y
10+
CONFIG_NET_IPIP=y
11+
CONFIG_IPV6=y
12+
CONFIG_NET_IPGRE_DEMUX=y
13+
CONFIG_NET_IPGRE=y
14+
CONFIG_IPV6_GRE=y
15+
CONFIG_CRYPTO_USER_API_HASH=m
16+
CONFIG_CRYPTO_HMAC=m
17+
CONFIG_CRYPTO_SHA256=m
18+
CONFIG_VXLAN=y
19+
CONFIG_GENEVE=y

0 commit comments

Comments
 (0)