File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
roles/dtc/common/templates/ndfc_fabric
dc_vxlan_fabric/replication Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88{% else %}
99 REPLICATION_MODE: {{ vxlan.underlay.general.replication_mode | default(defaults.vxlan.underlay.general.replication_mode) | title }}
1010{% if (vxlan .underlay .general .replication_mode | default (defaults .vxlan .underlay .general .replication_mode ) | title ) == 'Multicast' %}
11- RP_COUNT: {{ vxlan.underlay.multicast.rendezvous_points | default(defaults.vxlan.underlay.multicast.rendezvous_points) }}
11+ RP_COUNT: " {{ vxlan.underlay.multicast.rendezvous_points | default(defaults.vxlan.underlay.multicast.rendezvous_points) }}"
1212 RP_MODE: {{ vxlan.underlay.multicast.rp_mode | default(defaults.vxlan.underlay.multicast.rp_mode) }}
1313 RP_LB_ID: {{ vxlan.underlay.multicast.underlay_rp_loopback_id | default(defaults.vxlan.underlay.multicast.underlay_rp_loopback_id) }}
1414 ENABLE_TRM: {{ vxlan.underlay.multicast.ipv4.trm_enable | default(defaults.vxlan.underlay.multicast.ipv4.trm_enable) | title }}
3333{% endif %}
3434{% endif %}
3535{% endif %}
36- {% endif %}
36+ {% endif %}
Original file line number Diff line number Diff line change 2020 (ndfc_version | cisco .nac_dc_vxlan .version_compare ('12.2.2' , '>=' )) ) %}
2121{% if (vxlan .underlay .general .replication_mode | default (defaults .vxlan .underlay .general .replication_mode ) | title ) == 'Multicast' %}
2222 RP_LB_ID: {{ vxlan.underlay.multicast.underlay_rp_loopback_id | default(defaults.vxlan.underlay.multicast.underlay_rp_loopback_id) }}
23- RP_COUNT: {{ vxlan.underlay.multicast.rendezvous_points | default(defaults.vxlan.underlay.multicast.rendezvous_points) }}
23+ RP_COUNT: " {{ vxlan.underlay.multicast.rendezvous_points | default(defaults.vxlan.underlay.multicast.rendezvous_points) }}"
2424 RP_MODE: {{ vxlan.underlay.multicast.rp_mode | default(defaults.vxlan.underlay.multicast.rp_mode) }}
2525 ENABLE_TRM: {{ vxlan.underlay.multicast.ipv4.trm_enable | default(defaults.vxlan.underlay.multicast.ipv4.trm_enable) | title }}
2626{% if (ndfc_version | cisco .nac_dc_vxlan .version_compare ('12.2.2' , '>=' )) %}
You can’t perform that action at this time.
0 commit comments