mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [ ifup = "$ACTION" ] && {
 | |
| 	uci_toggle_state network "$INTERFACE" up 1
 | |
| 	[ -n "$DEVICE" ] && {
 | |
| 		uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
 | |
| 	}
 | |
| }
 |