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
1 changed files with 3 additions and 3 deletions

View File

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