Skip to content

Commit 7491faa

Browse files
MaheshGSLABlaxmikantchintakindi
authored andcommitted
updated the documentation j2 logic
1 parent ed9aa6d commit 7491faa

File tree

2 files changed

+2
-2
lines changed
  • ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices
  • python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation

2 files changed

+2
-2
lines changed

ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/host1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3357,7 +3357,7 @@ STP mode: **rapid-pvst**
33573357
- Spanning Tree disabled for VLANs: **105,202,505-506**
33583358
- Global BPDU Guard for Edge ports is disabled.
33593359
- Global BPDU Filter for Edge ports is disabled.
3360-
- Spanning Tree port-id allocation port-channel minimum range is 201 and maximum range is 2001.
3360+
- Range of port-ids reserved for port-channels: 201-2001.
33613361

33623362
### Spanning Tree Device Configuration
33633363

python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/spanning-tree.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ STP Root Super: **{{ spanning_tree.root_super }}**
8484
{% if spanning_tree.spanning_tree_port_id_allocation_port_channel_range is arista.avd.defined %}
8585
{% set min_range = spanning_tree.spanning_tree_port_id_allocation_port_channel_range.minimum_range %}
8686
{% set max_range = spanning_tree.spanning_tree_port_id_allocation_port_channel_range.maximum_range %}
87-
{% do global_settings.append("- Spanning Tree port-id allocation port-channel minimum range is " ~ min_range ~ " and maximum range is " ~ max_range ~ ".") %}
87+
{% do global_settings.append("- Range of port-ids reserved for port-channels: " ~ min_range ~ "-" ~ max_range ~ ".") %}
8888
{% endif %}
8989
{% if global_settings | length > 0 %}
9090

0 commit comments

Comments
 (0)