Skip to content

Commit dbeb9a5

Browse files
committed
ffmuc-ebpf-clat: disable debug print
1 parent 7d907c6 commit dbeb9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ffmuc-ebpf-clat/src/clat.bpf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ char _license[] SEC("license") = "GPL";
2626
#define IP_OFFSET_MASK (0x1FFF)
2727
#define IP_MF (0x2000)
2828

29-
// #define DEBUG_PRINT(x)
30-
#define DEBUG_PRINT(x) bpf_printk(x)
29+
#define DEBUG_PRINT(x)
30+
// #define DEBUG_PRINT(x) bpf_printk(x)
3131

3232
/* To make the eBPF validator happy, we need to check that the header is
3333
* entirely within the valid data region.

0 commit comments

Comments
 (0)