Skip to content
Snippets Groups Projects
Commit b2330c5d authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Fix Juniper routing instance names

Use inventory-defined values
parent cc2beb44
No related branches found
No related tags found
1 merge request!245Fix Juniper routing instance names
Pipeline #92526 passed
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
{% endif %} {% endif %}
{% elif subscription.l3_core_service_type in l3_service_types.vprn %} {% elif subscription.l3_core_service_type in l3_service_types.vprn %}
{% if neighbor.ip_type == 'ipv4' %} {% if neighbor.ip_type == 'ipv4' %}
deactivate routing-instances {{ subscription.l3_core_service_type }} protocols bgp group {{ bgp.group.ipv4_juniper }} neighbor {{ neighbor.peer_address }} deactivate routing-instances {{ bgp.routing_instance_juniper }} protocols bgp group {{ bgp.group.ipv4_juniper }} neighbor {{ neighbor.peer_address }}
{% elif neighbor.ip_type == 'ipv6' %} {% elif neighbor.ip_type == 'ipv6' %}
deactivate routing-instances {{ subscription.l3_core_service_type }} protocols bgp group {{ bgp.group.ipv6_juniper }} neighbor {{ neighbor.peer_address }} deactivate routing-instances {{ bgp.routing_instance_juniper }} protocols bgp group {{ bgp.group.ipv6_juniper }} neighbor {{ neighbor.peer_address }}
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment