Change radv interval to 3min (#8882)

This commit is contained in:
kellyyeh 2021-10-01 15:00:16 -07:00 committed by GitHub
parent 3e397ce8b2
commit df6361f50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;