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

Merge branch 'bugfix/iptrunk_juniper_trunk_template' into 'develop'

iptrunk - add missing endif in juniper trunk_interface template

See merge request !143
parents addf2ca4 f53c1cb1
No related branches found
No related tags found
1 merge request!143iptrunk - add missing endif in juniper trunk_interface template
Pipeline #87208 passed
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
{% for member in removed_ae_members %} {% for member in removed_ae_members %}
replace: interface {{ member.interface_name }} disable ; replace: interface {{ member.interface_name }} disable ;
{% endfor %} {% endfor %}
{% endif %}
} }
} }
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment