summaryrefslogtreecommitdiffstats
path: root/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch')
-rw-r--r--build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch b/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch
new file mode 100644
index 00000000000..f7bfd1af454
--- /dev/null
+++ b/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch
@@ -0,0 +1,26 @@
+From 8ea104c5c772c176756ce5432d1d71f90c92b3c0 Mon Sep 17 00:00:00 2001
+From: fenglei <1579628578@qq.com>
+Date: Fri, 17 Jan 2025 16:59:02 +0800
+Subject: [PATCH] xdp-dump: disable xdp-dump
+
+Signed-off-by: fenglei <1579628578@qq.com>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 6a7f575..b445037 100644
+--- a/Makefile
++++ b/Makefile
+@@ -16,7 +16,7 @@ endif
+ include version.mk
+ include config.mk
+
+-UTILS := xdp-filter xdp-loader xdp-dump
++UTILS := xdp-filter xdp-loader
+
+ ifneq ($(BPFTOOL),)
+ UTILS += xdp-bench xdp-forward xdp-monitor xdp-trafficgen
+--
+2.43.0
+