mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Merge pull request #321 from sever-sever/T5086
T5086: Build hsflowd with option DROPMON
This commit is contained in:
		
						commit
						4eda689e1f
					
				@ -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"
 | 
			
		||||
make deb FEATURES="PCAP DROPMON"
 | 
			
		||||
 | 
			
		||||
# 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