add hint to radv
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
539a8cadc2
commit
482c896bfc
|
@ -35,7 +35,8 @@ In the above example I am advertising a `/64` within my `/48`/ULA (`fd40:ec65:5b
|
|||
|
||||
## Advertising route(s)
|
||||
|
||||
You can advertise a default route, to `fd00::/8` or simply all routes in your router's routing table, to your hosts using the following:
|
||||
You can advertise a default route, to `fd00::/8` or simply all routes in your router's routing table, to your hosts using the following.
|
||||
The advantage of announcing only a single `fd00::/8` is that this needs less advertisement updates and thus consumes less traffic. Furthermore, the end devices do not have to maintain such large routing tables.
|
||||
|
||||
### Advertising a single `fd00::/8`
|
||||
|
||||
|
|
Loading…
Reference in New Issue