base-files: save the connect time of interfaces in uci state

SVN-Revision: 24206
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
parent 30b950154b
commit a8c3d1ab6d

@ -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"
}

Loading…
Cancel
Save