mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #329 from sever-sever/T5125
T5125: Add DBUS option to build hsflowd for getting sflow stat
This commit is contained in:
commit
7fadf1211d
@ -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