T5125: Add DBUS option to build hsflowd for getting sflow stat

Build hsflowd with "DBUS" option allows to get statistics for op-mode
This commit is contained in:
Viacheslav Hletenko 2023-03-31 09:57:32 +00:00
parent 75c9311fba
commit 3238287366

View File

@ -17,7 +17,7 @@ sudo apt-get install -y libpcap0.8-dev
# Build hsflowd
# make deb FEATURES="NFLOG PCAP TCP DOCKER KVM OVS DBUS SYSTEMD DROPMON PSAMPLE DENT CONTAINERD"
echo "I: Build VyOS hsflowd Package"
make deb FEATURES="PCAP DROPMON"
make deb FEATURES="PCAP DROPMON DBUS"
# hsflowd builds ARM package as aarch64 extension, rename to arm64
for file in *.deb ; do mv $file ${file//aarch64/arm64} || true ; done