Skip to content

Commit 97afe8d

Browse files
authored
Merge branch 'netascode:develop' into enhancement/net_attachments_features
2 parents b47f35b + 1e73297 commit 97afe8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/dtc/common/templates/ndfc_underlay_ip_address.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{%- set ns.ipv4 = interface.ipv4_address %}
2525
{%- endif %}
2626
{%- endfor %}
27-
{% if not (switch.role == 'spine' and loopback_id == vtep_lo_id) %}
27+
{% if not ((switch.role == 'spine' or switch.role == 'super_spine') and loopback_id == vtep_lo_id) %}
2828
- entity_name: "{{ switch_list[switch.name].serial_number }}~loopback{{ loopback_id }}"
2929
pool_type: IP
3030
pool_name: "LOOPBACK{{ loopback_id }}_IP_POOL"

0 commit comments

Comments
 (0)