From 8c8329b03dd4a9d3d0b984931765af1f744d1c99 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 21 May 2020 15:20:50 +0530 Subject: [PATCH] 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. --- configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.md b/configuration.md index 22f9409..5aebbaf 100644 --- a/configuration.md +++ b/configuration.md @@ -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;