mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +00:00
Add API to retrieve EID cache diag information. (#229)
This commit is contained in:
@@ -12,6 +12,7 @@ OpenThread test scripts use the CLI to execute test cases.
|
||||
* [childtimeout](#childtimeout)
|
||||
* [contextreusedelay](#contextreusedelay)
|
||||
* [counter](#counter)
|
||||
* [eidcache](#eidcache)
|
||||
* [extaddr](#extaddr)
|
||||
* [extpanid](#extpanid)
|
||||
* [ipaddr](#ipaddr)
|
||||
@@ -166,6 +167,17 @@ RxTotal: 11
|
||||
RxErrOther: 0
|
||||
```
|
||||
|
||||
### eidcache
|
||||
|
||||
Print the EID-to-RLOC cache entries.
|
||||
|
||||
```bash
|
||||
> eidcache
|
||||
fdde:ad00:beef:0:bb1:ebd6:ad10:f33 ac00
|
||||
fdde:ad00:beef:0:110a:e041:8399:17cd 6000
|
||||
Done
|
||||
```
|
||||
|
||||
### extaddr
|
||||
|
||||
Get the IEEE 802.15.4 Extended Address.
|
||||
|
||||
Reference in New Issue
Block a user