bundles/radvd: advertise atleast every 30 seconds

This commit is contained in:
Franzi 2021-04-18 11:05:10 +02:00
parent 0c59af2fdc
commit 51ee9be424
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -2,6 +2,9 @@
interface ${interface} interface ${interface}
{ {
AdvSendAdvert on; AdvSendAdvert on;
MinRtrAdvInterval 10;
MaxRtrAdvInterval 30;
MinDelayBetweenRAs 10;
prefix ${config.get('prefix', '::/64')} prefix ${config.get('prefix', '::/64')}
{ {
AdvOnLink on; AdvOnLink on;