File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/nd/tests/config/overlay Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Default Tags nd ndfc day2 config overlay network networks
1414
1515{% if vxlan.fabric.type == "VXLAN_EVPN" %}
1616{% set overlays_network = vxlan.overlay.networks %}
17- {% elif vxlan.fabric.type == "MSD" %}
17+ {% elif vxlan.fabric.type == "MSD" or vxlan.fabric.type == "MCFG" %}
1818{% set overlays_network = vxlan.multisite.overlay.networks %}
1919{% endif %}
2020
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Default Tags nd ndfc day2 config overlay vrf vrfs
1313
1414{% if vxlan.fabric.type == "VXLAN_EVPN" %}
1515{% set overlays_vrf = vxlan.overlay.vrfs %}
16- {% elif vxlan.fabric.type == "MSD" %}
16+ {% elif vxlan.fabric.type == "MSD" or vxlan.fabric.type == "MCFG" %}
1717{% set overlays_vrf = vxlan.multisite.overlay.vrfs %}
1818{% endif %}
1919{% if overlays_vrf is defined and overlays_vrf is iterable %}
You can’t perform that action at this time.
0 commit comments