Mod
This commit is contained in:
parent
9454e036cb
commit
fba4f61933
|
@ -48,7 +48,9 @@ router bgp {{host_ASN}}
|
|||
network {{host_loopback_IP}}/32
|
||||
{% endif %}
|
||||
{% if networks_to_announce_ipv4 is defined and networks_to_announce_ipv4 != [] %}
|
||||
network {{networks_to_announce_ipv4}}
|
||||
{% for item in networks_to_announce_ipv4 %}
|
||||
network {{item}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if autobgp_interfaces is defined and autobgp_interfaces != [] %}
|
||||
neighbor fabric activate
|
||||
|
|
Loading…
Reference in New Issue