Skip to content

Commit 9ff24ca

Browse files
juburnetGitHub Enterprise
authored andcommitted
update for MCFG (netascode#427)
1 parent eb0e597 commit 9ff24ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/nd/tests/config/overlay/networks.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

templates/nd/tests/config/overlay/vrfs.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)