removed space

This commit is contained in:
Cory Hawkless 2020-11-22 01:07:32 +10:30
parent 105b835dd4
commit 2dc9da1a8a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ router bgp {{host_ASN}}
{% if networks_to_announce_ipv4 is defined and networks_to_announce_ipv4 != [] %} {% if networks_to_announce_ipv4 is defined and networks_to_announce_ipv4 != [] %}
{% for item in networks_to_announce_ipv4 %} {% for item in networks_to_announce_ipv4 %}
ip prefix-list AS{{host_ASN}}-OUT seq {{loop.index+5}} permit {{item}}/32 ip prefix-list AS{{host_ASN}}-OUT seq {{loop.index+5}} permit {{item}}/32
{% endfor %} {% endfor %}
{% endif %} {% endif %}