There was an error while loading. Please reload this page.
2 parents b47f35b + 1e73297 commit 97afe8dCopy full SHA for 97afe8d
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