mirror of
				https://github.com/CumulusNetworks/ifupdown2.git
				synced 2024-05-06 15:54:50 +00:00 
			
		
		
		
	cleanup state manager + remove some dead code
Ticket: CM-1438 Reviewed By: Testing Done:
This commit is contained in:
		@@ -125,7 +125,7 @@ start)
 | 
			
		||||
	exclusions=$(process_exclusions)
 | 
			
		||||
	perfoptions=$(perf_options)
 | 
			
		||||
	log_action_begin_msg "Configuring network interfaces"
 | 
			
		||||
	if ifup -a $verbose $perfoptions
 | 
			
		||||
	if ifup -d -a $verbose $perfoptions
 | 
			
		||||
	then
 | 
			
		||||
	    log_action_end_msg $?
 | 
			
		||||
	else
 | 
			
		||||
@@ -183,6 +183,7 @@ restart)
 | 
			
		||||
 | 
			
		||||
	ifupdown_init
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	log_action_begin_msg "Reconfiguring network interfaces"
 | 
			
		||||
	ifdown -a --exclude=lo $verbose --perfmode || true
 | 
			
		||||
	set -f
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user