Change radv interval to 3min

This commit is contained in:
kellyyeh 2021-09-24 19:13:53 +00:00
parent 5324ce8a4d
commit 0e175e6d6c

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;