mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
do not run hotplug event for aliases
SVN-Revision: 15224
This commit is contained in:
parent
97100e0248
commit
6397e188af
@ -179,6 +179,9 @@ setup_interface_static() {
|
||||
done
|
||||
}
|
||||
|
||||
config_get type "$config" TYPE
|
||||
[ "$type" = "alias" ] && return 0
|
||||
|
||||
env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user