There was an error while loading. Please reload this page.
2 parents e0e12ff + 784f217 commit 1e73297Copy full SHA for 1e73297
1 file changed
roles/dtc/common/templates/ndfc_underlay_ip_address.j2
@@ -24,7 +24,7 @@
24
{%- set ns.ipv4 = interface.ipv4_address %}
25
{%- endif %}
26
{%- endfor %}
27
-{% if not (switch.role == 'spine' and loopback_id == vtep_lo_id) %}
+{% if not ((switch.role == 'spine' or switch.role == 'super_spine') and loopback_id == vtep_lo_id) %}
28
- entity_name: "{{ switch_list[switch.name].serial_number }}~loopback{{ loopback_id }}"
29
pool_type: IP
30
pool_name: "LOOPBACK{{ loopback_id }}_IP_POOL"
0 commit comments