mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	The SR635/SR655 has a particular scheme for dedicated/shared and hard coded correlated lan channels. Implement support for those scenarios.
		
			
				
	
	
		
			6 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| /sbin/ip link set $INTERFACE up
 | |
| /sbin/ip addr add dev $INTERFACE 169.254.0.120/24
 | |
| /sbin/ip route add 169.254.0.0/24 dev $INTERFACE
 | |
| echo -n $INTERFACE > /tmp/tsmhostnic
 |