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

Merge branch 'bugfix/nat-589' into 'develop'

Update `delete.j2` in Juniper templates

See merge request !139
parents 5b9efdfb 5907e262
Branches
Tags
1 merge request!139Update `delete.j2` in Juniper templates
Pipeline #87178 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