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

iptrunk - updated port-threshold Nokia side

Fixed var used in calculation of port-threshold in `iptrunk` role.
parent 05202a7f
No related branches found
No related tags found
1 merge request!161Merge the latest changes in v1.0.x into develop
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
<port-id>{{ member.interface_name }}</port-id> <port-id>{{ member.interface_name }}</port-id>
</port> </port>
{% endfor %} {% endfor %}
{% if (common.minimum_links | int) > 1 %} {% if (wfo_trunk.iptrunk.iptrunk_minimum_links | int) > 1 %}
<port-threshold> <port-threshold>
<value>{{ (common.minimum_links | int) - 1 }}</value> <value>{{ (wfo_trunk.iptrunk.iptrunk_minimum_links | int) - 1 }}</value>
<action>down</action> <action>down</action>
</port-threshold> </port-threshold>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment