Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/dtc/common/templates/ndfc_underlay_ip_address.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

{% if vxlan.topology.fabric_links is defined %}
{% for switch in vxlan.topology.fabric_links %}
{% if switch.ipv4 is iterable or switch.ipv6 is iterable %}
{% if switch.ipv4 is defined and switch.ipv4 is iterable %}
- entity_name: "{{ switch_list[switch.source_device].serial_number }}~{{ switch.source_interface }}~{{ switch_list[switch.dest_device].serial_number }}~{{ switch.dest_interface }}"
pool_type: SUBNET
pool_name: "SUBNET"
Expand Down