fix ifdown hotplug event (#1576)

SVN-Revision: 6950
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent 6d47d3ae11
commit 5f4b17b53f

@ -21,7 +21,7 @@ config_get proto "$cfg" proto
config_get iface "$cfg" device
[ "$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

Loading…
Cancel
Save