bundles/radvd: increase intervals again

This commit is contained in:
Franzi 2024-02-26 19:25:43 +01:00
parent 79c4dcdf97
commit 699c7acf93
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -2,8 +2,8 @@
interface ${interface} interface ${interface}
{ {
AdvSendAdvert on; AdvSendAdvert on;
MinRtrAdvInterval 10; MinRtrAdvInterval 60;
MaxRtrAdvInterval 30; MaxRtrAdvInterval 300;
MinDelayBetweenRAs 10; MinDelayBetweenRAs 10;
prefix ${config.get('prefix', '::/64')} prefix ${config.get('prefix', '::/64')}
{ {
@ -14,7 +14,7 @@ interface ${interface}
% if config.get('rdnss'): % if config.get('rdnss'):
RDNSS ${' '.join(sorted(config['rdnss']))} RDNSS ${' '.join(sorted(config['rdnss']))}
{ {
AdvRDNSSLifetime 45; AdvRDNSSLifetime 900;
}; };
% endif % endif
}; };