add hint to

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-07 20:46:44 +01:00
parent 902bc69ae6
commit 5de5038f95
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ This can be created with the following command:
```
ip route add unreachable <OWNNET> proto static
```
This route does not survive a reboot (volatile).
This route does not survive a reboot (volatile). The protocol `proto static` is necessary, because babeld ignores the default protocol.
You can delete it with the following command:
```
ip route del <OWNNET>