mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 21:20:11 +00:00
[cli] fix ipaddr and ipmaddr commands in debug cli (#10200)
This commit corrects "ipaddr" and "ipmaddr" commands used in debug cli
This commit is contained in:
+2
-2
@@ -7043,8 +7043,8 @@ template <> otError Interpreter::Process<Cmd("debug")>(Arg aArgs[])
|
|||||||
"state",
|
"state",
|
||||||
"rloc16",
|
"rloc16",
|
||||||
"extaddr",
|
"extaddr",
|
||||||
"ipaddrs",
|
"ipaddr",
|
||||||
"ipmaddrs",
|
"ipmaddr",
|
||||||
"channel",
|
"channel",
|
||||||
"panid",
|
"panid",
|
||||||
"extpanid",
|
"extpanid",
|
||||||
|
|||||||
Reference in New Issue
Block a user