Skip to content

Commit

Permalink
Update python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation…
Browse files Browse the repository at this point in the history
…/vxlan-interface.j2

Co-authored-by: Shivani-gslab <[email protected]>
  • Loading branch information
laxmikantchintakindi and Shivani-gslab authored Nov 25, 2024
1 parent ce4705e commit 1ae28e3
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@

| VLAN | VNI | Flood List | Multicast Group |
| ---- | --- | ---------- | --------------- |
{% set all_vlans = [] %}
{% for vxlan_vlans in vxlan_config.vxlan.vlans %}
{% for vlan in vxlan_vlans.id | arista.avd.range_expand %}
{% do all_vlans.append(vlan) %}
{% endfor %}
{% endfor %}
{% set all_vlans = vxlan_config.vxlan.vlans | map(attribute='id') | map('arista.avd.range_expand') | sum(start=[]) %}
{% for all_vlans_item in all_vlans | arista.avd.natural_sort %}
{% for vxlan_vlans in vxlan_config.vxlan.vlans %}
{% set vlans = vxlan_vlans.id | arista.avd.range_expand %}
Expand Down

0 comments on commit 1ae28e3

Please sign in to comment.