mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 18:07:47 +00:00
Do not allow enabling Thread protocols when PAN ID is set to broadcast. (#405)
This commit is contained in:
@@ -23,6 +23,12 @@ $ cd <path-to-openthread>/output/<platform>/bin
|
||||
$ ./ot-cli 1
|
||||
```
|
||||
|
||||
Set the PAN ID:
|
||||
|
||||
```bash
|
||||
> panid 0x1234
|
||||
```
|
||||
|
||||
Bring up the IPv6 interface:
|
||||
|
||||
```bash
|
||||
@@ -65,6 +71,12 @@ $ cd <path-to-openthread>/output/<platform>/bin
|
||||
$ ./ot-cli 2
|
||||
```
|
||||
|
||||
Set the PAN ID:
|
||||
|
||||
```bash
|
||||
> panid 0x1234
|
||||
```
|
||||
|
||||
Bring up the IPv6 interface:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user