bundles/radvd: increase intervals again
This commit is contained in:
parent
79c4dcdf97
commit
699c7acf93
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue