bird6.conf: fix syntax

This commit is contained in:
Astro 2019-06-04 20:13:17 +02:00
parent 9d56ab53fc
commit a0c0aa9808

View File

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