We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3701d30 commit daefd11Copy full SHA for daefd11
1 file changed
encap-forward/tc_bpf_encap.c
@@ -12,7 +12,9 @@
12
#define ENCAP_TYPE BPF_F_ADJ_ROOM_ENCAP_L3_IPV4
13
#endif
14
15
+#ifndef AF_INET
16
#define AF_INET 2
17
+#endif
18
19
SEC("classifier") int tc_encap(struct __sk_buff *skb)
20
{
0 commit comments