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}
|
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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue