diff --git a/task-09/README.md b/task-09/README.md index 1f86d10..1e0eeae 100644 --- a/task-09/README.md +++ b/task-09/README.md @@ -24,6 +24,12 @@ Use the `ifconfig` command to obtain the ``. ## Task 9.1: Initialize RPL +* First of all we need to initialize RPL in all nodes using `rpl init`: + +``` +rpl init +``` + * 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 (``) via `ifconfig`: ```