From 0a0fc8e52cd25f37595b022f30aeb556e2be80b9 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Thu, 22 Dec 2022 13:12:24 +0100 Subject: [PATCH] bird: typos --- roles/bird/templates/bird.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/bird/templates/bird.conf.j2 b/roles/bird/templates/bird.conf.j2 index 92a8708..c7e30ef 100644 --- a/roles/bird/templates/bird.conf.j2 +++ b/roles/bird/templates/bird.conf.j2 @@ -128,7 +128,7 @@ bgp_local_pref = {{ filter.local_pref }}; {% if filter.accept is defined %} {{ filter.accept | ternary("accept", "reject") }}; {% endif %} -{% endmacro %} +{% endmacro %} {% for session in bird__bgp_sessions %} {% for version in [4, 6] %} @@ -157,9 +157,9 @@ filter bgp{{ version }}_{{ direction }}_{{ session.name }} { {% endif %} {% endfor %} } -{% endfor %} -{% endfor %} +{% endfor %} +{% endfor %} {% endfor %} {% for session in bird__bgp_sessions %}