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
Branches
Tags
1 merge request!124Corrected Nokia port-threshold
Pipeline #85998 passed
......@@ -59,7 +59,7 @@
{% endfor %}
{% if (common.minimum_links | int) > 1 %}
<port-threshold>
<value>{{ common.minimum_links }}</value>
<value>{{ (common.minimum_links | int) - 1 }}</value>
<action>down</action>
</port-threshold>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment