Skip to content

Commit cf3038e

Browse files
chore: fix const
1 parent 1af271c commit cf3038e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpf-prog/block-iptables/bpf/src/block_iptables.bpf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#define sk_family __sk_common.skc_family
77
#define EPERM 1
8+
#define IPT_SO_SET_REPLACE
89
char LICENSE[] SEC("license") = "GPL";
910

1011
volatile const __u32 host_netns_inode = 4026531840; // Initialized by userspace

0 commit comments

Comments
 (0)