Skip to content

Commit

Permalink
Missed to remove else
Browse files Browse the repository at this point in the history
  • Loading branch information
judyjoseph committed Dec 23, 2024
1 parent 290d761 commit 5ffa399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/roles/eos/templates/t2-leaf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ interface {{ name }}
{% if name.startswith('Port-Channel') %}
{% set min_links = (ns.po_mbr_cnt * 0.75) | round(0, 'ceil') | int %}
port-channel min-links {{ min_links }}
{% else %}
{% endif %}
{% if iface['lacp'] is defined %}
channel-group {{ iface['lacp'] }} mode active
Expand Down

0 comments on commit 5ffa399

Please sign in to comment.