Skip to content

Commit 1e73297

Browse files
authored
Merge pull request #858 from ccoueffe/fix/underlay_role_bypass
Update ndfc_underlay_ip_address.j2
2 parents e0e12ff + 784f217 commit 1e73297

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)