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

SVN-Revision: 24206
This commit is contained in:
Jo-Philipp Wich 2010-12-01 17:37:32 +00:00
parent 30b950154b
commit a8c3d1ab6d

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