base-files: save the connect time of interfaces in uci state
SVN-Revision: 24206
This commit is contained in:
parent
30b950154b
commit
a8c3d1ab6d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue