Skip to content

Commit

Permalink
OS9 fanout fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
abirami-n authored and skg-net committed Jun 30, 2018
1 parent e1d3e93 commit 7ce62f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/dellos9_interface.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ dellos_interface:
{% if intf_vars.fanout_state is defined and intf_vars.fanout_state == "present" %}
{% if intf_vars.fanout_speed is defined and intf_vars.fanout_speed %}
stack-unit {{ port[0] }} port {{ port[1] }} portmode {{ intf_vars.fanout}} speed {{ intf_vars.fanout_speed }} no-confirm
{% else %}
stack-unit {{ port[0] }} port {{ port[1] }} portmode {{ intf_vars.fanout }} no-confirm
{% endif %}
{% else %}
no stack-unit {{ port[0] }} port {{ port[1] }} portmode {{ intf_vars.fanout }} no-confirm
Expand Down

0 comments on commit 7ce62f1

Please # to comment.