Skip to content

Commit 20bda44

Browse files
committed
task-09: add rpl init to README
1 parent 4e16c43 commit 20bda44

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

task-09/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Use the `ifconfig` command to obtain the `<id_id>`.
2424

2525
## Task 9.1: Initialize RPL
2626

27+
* First of all we need to initialize RPL in all nodes using `rpl init`:
28+
29+
```
30+
rpl init <if_id>
31+
```
32+
2733
* In order to use RPL we have to choose **one** RPL root node and configure a global IPv6 address for it. This is simply done by adding the address to the network interface (`<if_id>`) via `ifconfig`:
2834

2935
```

0 commit comments

Comments
 (0)