From e162768d3b7573679324cea139a3ef3e32af2b93 Mon Sep 17 00:00:00 2001 From: Eric Long Date: Sun, 11 Aug 2024 12:01:29 +0800 Subject: [PATCH] Try to fix patch --- net/mimic/patches/disable-xdp-frags.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/mimic/patches/disable-xdp-frags.patch b/net/mimic/patches/disable-xdp-frags.patch index 52be8be..16237f6 100644 --- a/net/mimic/patches/disable-xdp-frags.patch +++ b/net/mimic/patches/disable-xdp-frags.patch @@ -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; }