@@ -21,7 +21,7 @@ config_get proto "$cfg" proto
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
config_get iface "$cfg" device
 | 
					config_get iface "$cfg" device
 | 
				
			||||||
[ "$proto" = "static" ] && {
 | 
					[ "$proto" = "static" ] && {
 | 
				
			||||||
	env -i ACTION="ifdown" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
 | 
						env -i ACTION="ifdown" INTERFACE="$cfg" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# call interface stop handler
 | 
					# call interface stop handler
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user