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

Update `delete.j2` in Juniper templates

Error fix: was missing `interface_name` value in template
parent 5b9efdfb
No related branches found
No related tags found
1 merge request!139Update `delete.j2` in Juniper templates
Pipeline #87177 passed
delete protocols isis interface {{ local_side.iptrunk_side_ae_iface }}.0 delete protocols isis interface {{ local_side.iptrunk_side_ae_iface }}.0
delete interfaces {{ local_side.iptrunk_side_ae_iface }} delete interfaces {{ local_side.iptrunk_side_ae_iface }}
{% for iface in local_side.iptrunk_side_ae_members %} {% for iface in local_side.iptrunk_side_ae_members %}
delete interfaces {{ iface }} delete interfaces {{ iface.interface_name }}
delete protocols lldp interface {{ iface }} delete protocols lldp interface {{ iface.interface_name }}
{% endfor %} {% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment