mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 15:30:26 +00:00 
			
		
		
		
	- frr.version snap command will now show the contents of extra_version_info.txt in addition to the zebra --version output Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
		
			
				
	
	
		
			7 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
$SNAP/sbin/zebra --version
 | 
						|
$SNAP/bin/cat $SNAP/doc/extra_version_info.txt
 | 
						|
 | 
						|
exit 0
 |