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

Commit

Permalink
Fixed missing closing bracket in zfw_tc_ingress.c
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Jan 9, 2024
1 parent 60995e5 commit 01945b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zfw_tc_ingress.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ int bpf_sk_splice(struct __sk_buff *skb){
event.tracking_code = icmph->code;
if(icmph->code == 4){
event.sport = icmph->un.frag.mtu;
}
event.dport = o_session->ipv4.dport;
send_event(&event);
bpf_sk_release(sk);
Expand Down

0 comments on commit 01945b9

Please sign in to comment.