mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Fix radvd example (#199)
The Radvd "AdvDefaultLifetime" option should never be set to 0.
This commit is contained in:
parent
9f932b4c06
commit
8e41549f9b
@ -73,7 +73,6 @@ On Linux, something like the following should be sufficient to advertise a prefi
|
|||||||
interface eth0
|
interface eth0
|
||||||
{
|
{
|
||||||
AdvSendAdvert on;
|
AdvSendAdvert on;
|
||||||
AdvDefaultLifetime 0;
|
|
||||||
prefix 300:1111:2222:3333::/64 {
|
prefix 300:1111:2222:3333::/64 {
|
||||||
AdvOnLink on;
|
AdvOnLink on;
|
||||||
AdvAutonomous on;
|
AdvAutonomous on;
|
||||||
|
Loading…
Reference in New Issue
Block a user