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:
parent
a4d523d367
commit
8c8329b03d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user