base-files: save the connect time of interfaces in uci state
[openwrt/openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
1 [ ifup = "$ACTION" ] && {
2 uci_set_state network "$INTERFACE" up 1
3 uci_set_state network "$INTERFACE" connect_time $(date +%s)
4 [ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
5 }