base-files: move network related scripts to a separate package to make the transition...
[openwrt.git] / package / base-files-network / files / etc / hotplug.d / iface / 00-netstate
diff --git a/package/base-files-network/files/etc/hotplug.d/iface/00-netstate b/package/base-files-network/files/etc/hotplug.d/iface/00-netstate
new file mode 100644 (file)
index 0000000..37b1e93
--- /dev/null
@@ -0,0 +1,5 @@
+[ 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" ifname "$DEVICE"
+}
This page took 0.029764 seconds and 4 git commands to generate.