parent
902bc69ae6
commit
5de5038f95
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue