Add API to retrieve EID cache diag information. (#229)

This commit is contained in:
Jonathan Hui
2016-07-01 13:27:50 -07:00
committed by GitHub
parent 51e5609456
commit 4b487f1aa6
8 changed files with 108 additions and 9 deletions
+12
View File
@@ -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.