From 8e41549f9b5d4bdf0b3b6a528f63928fefd38a81 Mon Sep 17 00:00:00 2001 From: ehmry Date: Sun, 17 Apr 2022 05:44:01 -0500 Subject: [PATCH] Fix radvd example (#199) The Radvd "AdvDefaultLifetime" option should never be set to 0. --- configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.md b/configuration.md index 5cbeb43..523dae1 100644 --- a/configuration.md +++ b/configuration.md @@ -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;