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

Merge branch 'fix/min-links' into 'develop'

Corrected Nokia port-threshold

See merge request !124
parents 5e6723f0 a7f7c7db
No related branches found
No related tags found
1 merge request!124Corrected Nokia port-threshold
Pipeline #85998 passed
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{% endfor %} {% endfor %}
{% if (common.minimum_links | int) > 1 %} {% if (common.minimum_links | int) > 1 %}
<port-threshold> <port-threshold>
<value>{{ common.minimum_links }}</value> <value>{{ (common.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