Skip to content
Snippets Groups Projects
Commit 5808fe52 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix dhcp hotplug events

SVN-Revision: 5491
parent f458a8f2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ hotplug_event() {
config_get proto $ifc proto
[ "$proto" = "dhcp" ] || continue
env -i ACTION="$1" INTERFACE="$ifname" PROTO=dhcp /sbin/hotplug iface
env -i ACTION="$1" INTERFACE="$ifc" DEVICE="$ifname" PROTO=dhcp /sbin/hotplug iface
done
}
......
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