5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-16 19:19:36 +00:00

Fix radvd example (#199)

The Radvd "AdvDefaultLifetime" option should never be set to 0.
This commit is contained in:
ehmry 2022-04-17 05:44:01 -05:00 committed by GitHub
parent 9f932b4c06
commit 8e41549f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,6 @@ 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;