We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af271c commit cf3038eCopy full SHA for cf3038e
bpf-prog/block-iptables/bpf/src/block_iptables.bpf.c
@@ -5,6 +5,7 @@
5
6
#define sk_family __sk_common.skc_family
7
#define EPERM 1
8
+#define IPT_SO_SET_REPLACE
9
char LICENSE[] SEC("license") = "GPL";
10
11
volatile const __u32 host_netns_inode = 4026531840; // Initialized by userspace
0 commit comments