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

Merge branch 'fix/nat-1076-juniper-deactivate-vrf-neighbor' into 'develop'

Fix Juniper routing instance names

See merge request !245
parents cc2beb44 b2330c5d
Branches
Tags
1 merge request!245Fix Juniper routing instance names
Pipeline #92527 passed
......@@ -7,9 +7,9 @@
{% endif %}
{% elif subscription.l3_core_service_type in l3_service_types.vprn %}
{% 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' %}
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 %}
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment