5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-09 15:40:27 +00:00

configuration: do not configure radvd as a default router

The radvd.conf that is documented only announces a route to yggdrasil
space, therefore it should not act as a default router. This line may be
removed if the global unicast space is also routed.
This commit is contained in:
Emery Hemingway 2020-05-21 15:20:50 +05:30
parent a4d523d367
commit 8c8329b03d

View File

@ -362,6 +362,7 @@ On Linux, something like the following should be sufficient to advertise a prefi
interface eth0
{
AdvSendAdvert on;
AdvDefaultLifetime 0;
prefix 300:1111:2222:3333::/64 {
AdvOnLink on;
AdvAutonomous on;