removed unnecessary prefix /32
This commit is contained in:
parent
2dc9da1a8a
commit
81cfe2e347
|
@ -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}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue