Skip to content
Snippets Groups Projects
Commit cec13700 authored by nbd's avatar nbd
Browse files

do not run hotplug event for aliases

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15224 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 4ed71565
No related branches found
No related tags found
No related merge requests found
......@@ -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" &
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment