bird6.conf: fix syntax

This commit is contained in:
Astro 2019-06-04 20:13:17 +02:00
parent 9d56ab53fc
commit a0c0aa9808
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ protocol radv {
max ra interval 10;
{%- for ctx, subnets in pillar['subnets-inet6'].items() %}
{%- set subnet6 = subnets.get(iface) %}
{%- if subnet6 %]
{%- if subnet6 %}
prefix {{ subnet6 }} {
preferred lifetime 20;
valid lifetime 60;