From 1cd8e2167318b5c5f1510597e7d6feefa60edb93 Mon Sep 17 00:00:00 2001 From: luzhihao Date: Thu, 17 Aug 2023 15:34:14 +0800 Subject: [PATCH] New conntrack-tools, used to convert cluster ip to backend ip. --- gala-gopher.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gala-gopher.spec b/gala-gopher.spec index 9f911ba..3b3c5fa 100644 --- a/gala-gopher.spec +++ b/gala-gopher.spec @@ -16,7 +16,7 @@ BuildRequires: libconfig-devel librdkafka-devel libmicrohttpd-devel BuildRequires: libbpf-devel >= 2:0.3 uthash-devel log4cplus-devel Requires: bash glibc elfutils zlib elfutils-devel bpftool Requires: dmidecode python3-psycopg2 python3-yaml erlang-eflame -Requires: flamegraph-stackcollapse iproute libcurl +Requires: flamegraph-stackcollapse iproute libcurl conntrack-tools Requires: libbpf >= 2:0.3 hostname kmod net-tools ethtool Patch1: add-configuration-instructions.patch -- Gitee