mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-01 10:32:36 +00:00 
			
		
		
		
	 3c43eaa7d4
			
		
	
	
		3c43eaa7d4
		
	
	
	
	
		
			
			Update the READMEs, and give example of a full parallel topotest run with result extraction for analyze.py Signed-off-by: Christian Hopps <chopps@labn.net>
		
			
				
	
	
		
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| if [ $(uname -a | grep -ci Ubuntu) -ge 1 ]; then
 | |
|     #for topotests under ubuntu host
 | |
|     sudo modprobe mpls-router mpls-iptunnel
 | |
|     sudo /etc/init.d/openvswitch-switch start
 | |
| fi
 | |
| while true ; do sleep 365d ; done
 |