mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			145 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			145 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash 
 | |
|  switch=$(/sbin/ip route list | awk '/^default / { print $NF }') 
 | |
| /sbin/ifconfig $1 0.0.0.0 up 
 | |
| /usr/sbin/brctl addif ${switch} $1 
 |