bundles/radvd: fix syntax

This commit is contained in:
Franzi 2024-02-26 07:27:25 +01:00
parent 12c6b5fc54
commit 575fe91685
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ interface ${interface}
AdvAutonomous on;
AdvRouterAddr on;
};
% if 'rdnss' in config:
% if config.get('rdnss'):
RDNSS ${' '.join(sorted(config['rdnss']))}
{
AdvRDNSSLifetime 45;