Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
debug code for pmtud udp
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Dec 24, 2023
1 parent d193ed3 commit 4780116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zfw_tc_ingress.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,9 @@ int bpf_sk_splice(struct __sk_buff *skb){
bpf_sk_release(sk);
return TC_ACT_OK;
}
else{
bpf_printk("Not SK");
}
}

}
Expand Down

0 comments on commit 4780116

Please sign in to comment.