We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3341c2 commit c7cfa1fCopy full SHA for c7cfa1f
tools/testing/selftests/bpf/config
@@ -71,6 +71,7 @@ CONFIG_NETFILTER_SYNPROXY=y
71
CONFIG_NETFILTER_XT_CONNMARK=y
72
CONFIG_NETFILTER_XT_MATCH_STATE=y
73
CONFIG_NETFILTER_XT_TARGET_CT=y
74
+CONFIG_NETKIT=y
75
CONFIG_NF_CONNTRACK=y
76
CONFIG_NF_CONNTRACK_MARK=y
77
CONFIG_NF_DEFRAG_IPV4=y
tools/testing/selftests/bpf/prog_tests/tc_helpers.h
@@ -4,6 +4,10 @@
4
#define TC_HELPERS
5
#include <test_progs.h>
6
7
+#ifndef loopback
8
+# define loopback 1
9
+#endif
10
+
11
static inline __u32 id_from_prog_fd(int fd)
12
{
13
struct bpf_prog_info prog_info = {};
0 commit comments