bundles/radvd: better options for changing prefixes
This commit is contained in:
parent
5752ad3f09
commit
a54dceb3c6
1 changed files with 3 additions and 1 deletions
|
@ -10,11 +10,13 @@ interface ${interface}
|
||||||
AdvOnLink on;
|
AdvOnLink on;
|
||||||
AdvAutonomous on;
|
AdvAutonomous on;
|
||||||
AdvRouterAddr on;
|
AdvRouterAddr on;
|
||||||
|
AdvPreferredLifetime 600;
|
||||||
|
AdvValidLifetime 900;
|
||||||
};
|
};
|
||||||
% if config.get('rdnss'):
|
% if config.get('rdnss'):
|
||||||
RDNSS ${' '.join(sorted(config['rdnss']))}
|
RDNSS ${' '.join(sorted(config['rdnss']))}
|
||||||
{
|
{
|
||||||
AdvRDNSSLifetime 900;
|
AdvRDNSSLifetime 600;
|
||||||
};
|
};
|
||||||
% endif
|
% endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue