Enable custom bond mode
This commit is contained in:
		
							parent
							
								
									526722ed56
								
							
						
					
					
						commit
						4b351ebfec
					
				@ -95,7 +95,11 @@ auto {{ item['name'] }}
 | 
			
		||||
{% if item['mtu'] is defined %}
 | 
			
		||||
	mtu {{ item['mtu'] }}
 | 
			
		||||
{% endif %}
 | 
			
		||||
	bond-mode active-backup
 | 
			
		||||
{% if item['bond-mode'] is defined %}
 | 
			
		||||
	bond-mode {{ item['bond-mode'] }}
 | 
			
		||||
{% else %}
 | 
			
		||||
	bond-mode active-backup	
 | 
			
		||||
{% endif %}
 | 
			
		||||
	bond-miimon 100
 | 
			
		||||
	bond-slaves none
 | 
			
		||||
{% if item['routes'] is defined %}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user