Skip to content

Commit 916715e

Browse files
authored
Merge pull request #76 from thanosmanolis/doc_changes
task-09: add rpl init to README
2 parents 4e16c43 + 20bda44 commit 916715e

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)