Skip to content

Commit

Permalink
Try to fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Aug 11, 2024
1 parent c912cbd commit ba8fa87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions net/mimic/patches/disable-xdp-frags.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
diff --git a/bpf/ingress.c b/bpf/ingress.c
index 2436ce4..e7a8f04 100644
--- a/bpf/ingress.c
+++ b/bpf/ingress.c
@@ -83,7 +83,7 @@ static inline int read_tcp_options(struct xdp_md* xdp, struct tcphdr* tcp, __u32
return XDP_PASS;
@@ -84,6 +84,6 @@
}

-SEC("xdp.frags")
Expand Down

0 comments on commit ba8fa87

Please sign in to comment.