add hint to forwarding (thanks to @deavmi)

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-07 23:44:38 +01:00
parent b2d21cffc4
commit f4dd387b52
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
3 changed files with 6 additions and 1 deletions

View File

@ -121,6 +121,10 @@ You can delete it with the following command:
ip route del <OWNNET>
```
## Kernel parameters
Once babeld is started, forwarding is enabled in the kernel for IPv4 and IPv6. As soon as babeld is stopped, forwarding is deactivated again. A separate enabling like with bird is not necessary. So if you use babeld, you can ignore the steps of [IPv6 forwarding](../forwarding).
## Further links
- [babeld homepage](https://www.irif.fr/~jch/software/babel/)

View File

@ -1,3 +1,4 @@
# IPv6 forwarding
## Enabling forwarding

View File

@ -1,7 +1,7 @@
# Routing
- [Forwarding](forwarding)
- [IPv6 forwarding](forwarding)
- [Create a dummy interface](create-dummy-interface)
## bird