From 1b0ec0f50ac29a85f990721f2a05f4513d77e2d0 Mon Sep 17 00:00:00 2001 From: Neil McKee <neil.mckee@inmon.com> Date: Wed, 12 Jun 2024 14:40:09 -0700 Subject: [PATCH] Add DENT and PSAMPLE features (for smart-NICs) --- agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index a057f15..3cbf0d6 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -17,7 +17,7 @@ RUN echo "EXTRAS" && apt-get install -y --no-install-recommends \ RUN echo "CERTS" && apt-get install -y --reinstall ca-certificates RUN git clone https://github.com/sflow/host-sflow \ && cd host-sflow \ - && make all install FEATURES="PCAP TCP DOCKER DROPMON CONTAINERD K8S" PROCFS=/rootproc + && make all install FEATURES="PCAP TCP DOCKER DROPMON CONTAINERD K8S DENT PSAMPLE" PROCFS=/rootproc FROM ubuntu:20.04 RUN echo "UPDATE" && apt-get update -- GitLab