[package] base-files: save the connect time of interfaces in uci state
[openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
index 03285de..a10d871 100644 (file)
@@ -1,4 +1,5 @@
 [ ifup = "$ACTION" ] && {
        uci_set_state network "$INTERFACE" up 1 
+       uci_set_state network "$INTERFACE" connect_time $(date +%s)
        [ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
 }
This page took 0.021496 seconds and 4 git commands to generate.