removed unnecessary prefix /32

This commit is contained in:
Cory Hawkless 2020-11-22 01:08:46 +10:30
parent 2dc9da1a8a
commit 81cfe2e347
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 != [] %}
{% 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}}
{% endfor %}
{% endif %}