We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9df89c commit 86f12b6Copy full SHA for 86f12b6
roles/dtc/common/templates/ndfc_underlay_ip_address.j2
@@ -53,7 +53,7 @@
53
54
{% if vxlan.topology.fabric_links is defined %}
55
{% for switch in vxlan.topology.fabric_links %}
56
-{% if switch.ipv4 is iterable or switch.ipv6 is iterable %}
+{% if switch.ipv4 is defined and switch.ipv4 is iterable %}
57
- entity_name: "{{ switch_list[switch.source_device].serial_number }}~{{ switch.source_interface }}~{{ switch_list[switch.dest_device].serial_number }}~{{ switch.dest_interface }}"
58
pool_type: SUBNET
59
pool_name: "SUBNET"
0 commit comments