Skip to content

Commit

Permalink
AOS-CX: fix typo in STP template (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssasso authored Jan 6, 2025
1 parent 24800e1 commit b631a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsim/ansible/templates/stp/arubacx.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!
{% if not stp.enable|default(True) %}
{% set mode = 'disable' %}
no spanning tree
no spanning-tree
{% else %}
{% set proto_map = { 'stp': 'mstp', 'pvrst': 'rpvst', 'mstp': 'mstp' } %}
{% set mode = proto_map[stp.protocol] %}
Expand Down

0 comments on commit b631a1c

Please sign in to comment.