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 e162768
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions net/mimic/patches/disable-xdp-frags.patch
Original file line number Diff line number Diff line change
@@ -1,8 +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
@@ -83,7 +83,7 @@
return XDP_PASS;
}

Expand Down

0 comments on commit e162768

Please sign in to comment.