mirror of
				https://github.com/CumulusNetworks/ifupdown2.git
				synced 2024-05-06 15:54:50 +00:00 
			
		
		
		
	addons: bridge: add support for new bridge-always-up attribute
Enabling this attribute on a bridge will
enslave a dummy interface to the bridge
example:
auto bridge
iface bridge
      bridge-vlan-aware yes
      bridge-always-up yes
      bridge-ports vni42
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
			
			
This commit is contained in:
		
							
								
								
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,6 @@
 | 
			
		||||
ifupdown2 (3.0.1-1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
   * New. Enabled: bridge-always-up attribute
 | 
			
		||||
   * New. Enabled: ES bond with "es-sys-mac" attribute
 | 
			
		||||
   * New. Enabled: dhcp policy: dhclient_retry_on_failure
 | 
			
		||||
   * Fix: start-networking script is back to handle mgmt & hotplug cases
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user