mirror of
https://github.com/espressif/openthread.git
synced 2026-09-18 15:10:12 +00:00
[cli] add command to set mesh-local prefix (#7663)
Also add an expect test for getting/setting mesh-local prefix.
This commit is contained in:
@@ -180,6 +180,13 @@ expect "Done"
|
||||
send "ba state\n"
|
||||
expect "Done"
|
||||
|
||||
send "prefix meshlocal fd00:dead:beef:cafe::/96\n"
|
||||
expect_line "Error 7: InvalidArgs"
|
||||
send "prefix meshlocal fd00:dead:beef:cafe::/64\n"
|
||||
expect_line "Done"
|
||||
send "prefix meshlocal\n"
|
||||
expect_line "fd00:dead:beef:cafe::/64"
|
||||
|
||||
send "invalidcommand\n"
|
||||
expect_line "Error 35: InvalidCommand"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user