mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
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:
parent
75c9311fba
commit
3238287366
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user