Change radv interval to 3min (#8891)
(cherry picked from commit 0e175e6d6c
)
This commit is contained in:
parent
20ff3e6ae5
commit
d4a6a009cf
@ -17,8 +17,8 @@ interface {{ name }}
|
|||||||
{
|
{
|
||||||
IgnoreIfMissing on;
|
IgnoreIfMissing on;
|
||||||
AdvSendAdvert on;
|
AdvSendAdvert on;
|
||||||
MinRtrAdvInterval 200;
|
MinRtrAdvInterval 60;
|
||||||
MaxRtrAdvInterval 600;
|
MaxRtrAdvInterval 180;
|
||||||
AdvManagedFlag on;
|
AdvManagedFlag on;
|
||||||
AdvOtherConfigFlag off;
|
AdvOtherConfigFlag off;
|
||||||
AdvLinkMTU 9100;
|
AdvLinkMTU 9100;
|
||||||
|
Reference in New Issue
Block a user