bundles/radvd: fix syntax
This commit is contained in:
parent
12c6b5fc54
commit
575fe91685
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ interface ${interface}
|
||||||
AdvAutonomous on;
|
AdvAutonomous on;
|
||||||
AdvRouterAddr on;
|
AdvRouterAddr on;
|
||||||
};
|
};
|
||||||
% if 'rdnss' in config:
|
% if config.get('rdnss'):
|
||||||
RDNSS ${' '.join(sorted(config['rdnss']))}
|
RDNSS ${' '.join(sorted(config['rdnss']))}
|
||||||
{
|
{
|
||||||
AdvRDNSSLifetime 45;
|
AdvRDNSSLifetime 45;
|
||||||
|
|
Loading…
Reference in a new issue