Change radv interval to 3min (#8891)

(cherry picked from commit 0e175e6d6c)
This commit is contained in:
kellyyeh 2021-10-01 23:00:17 -07:00 committed by GitHub
parent 20ff3e6ae5
commit d4a6a009cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ interface {{ name }}
{
IgnoreIfMissing on;
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
MinRtrAdvInterval 60;
MaxRtrAdvInterval 180;
AdvManagedFlag on;
AdvOtherConfigFlag off;
AdvLinkMTU 9100;