packages: sort network related packages into package/network/
[openwrt.git] / package / network / config / netifd / files / etc / hotplug.d / iface / 00-netstate
diff --git a/package/network/config/netifd/files/etc/hotplug.d/iface/00-netstate b/package/network/config/netifd/files/etc/hotplug.d/iface/00-netstate
new file mode 100644 (file)
index 0000000..c50cda6
--- /dev/null
@@ -0,0 +1,8 @@
+[ ifup = "$ACTION" ] && {
+       uci_toggle_state network "$INTERFACE" up 1
+       uci_toggle_state network "$INTERFACE" connect_time $(sed -ne 's![^0-9].*$!!p' /proc/uptime)
+       [ -n "$DEVICE" ] && {
+               uci_toggle_state network "$INTERFACE" device "$(uci -q get network.$INTERFACE.ifname)"
+               uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
+       }
+}