Add support for bonding / LAGs.
* Add a bond executor * Add mappings from ifupdown1/2 * Add a detailed man page * Remove legacy compatiblity glue for setups with 'requires' only The current implementation has to work around the fact that member interfaces will be already up then the bond is created. This is simply done by downing them, adding them to the bundle and upping them again. This can possible be done in a nicer way after revisiting the ordering of plugin execution (#12). Closes #91 Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
		
							parent
							
								
									cc06712611
								
							
						
					
					
						commit
						9ee3a874d4
					
				
					 6 changed files with 273 additions and 4 deletions
				
			
		
							
								
								
									
										3
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -143,7 +143,8 @@ MANPAGES_8 = \
 | 
			
		|||
	doc/ifctrstat.8
 | 
			
		||||
 | 
			
		||||
MANPAGES_5 = \
 | 
			
		||||
	doc/interfaces.5
 | 
			
		||||
	doc/interfaces.5 \
 | 
			
		||||
	doc/interfaces-bond.5
 | 
			
		||||
 | 
			
		||||
MANPAGES_7 = \
 | 
			
		||||
	doc/ifupdown-executor.7
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue