fix up the network ifname in the network state when receiving iface/ifup events
authorFelix Fietkau <nbd@openwrt.org>
Fri, 28 Nov 2008 16:18:11 +0000 (16:18 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 28 Nov 2008 16:18:11 +0000 (16:18 +0000)
SVN-Revision: 13399

package/base-files/files/etc/hotplug.d/iface/00-netstate

index f215d29b5326262df291f75368efb959ea4bda2b..03285de18ffe1f111a5119c7dcb260a30633b43b 100644 (file)
@@ -1,3 +1,4 @@
 [ ifup = "$ACTION" ] && {
        uci_set_state network "$INTERFACE" up 1 
+       [ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
 }