Skip to content

Commit 5dd6db6

Browse files
committed
fix security support
1 parent d79e878 commit 5dd6db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{# Auto-generated NDFC eBGP VXLAN EVPN Security config data structure for fabric {{ vxlan.fabric.name }} #}
2-
{% if ( (ndfc_version | cisco.nac_dc_vxlan.version_compare('12.2.1', '>=')) and
2+
{% if ( (ndfc_version | cisco.nac_dc_vxlan.version_compare('12.2.2', '>=')) and
33
(not (vxlan.underlay.general.enable_ipv6_underlay | default(defaults.vxlan.underlay.general.enable_ipv6_underlay) | ansible.builtin.bool)) ) %}
44
ENABLE_MACSEC: false
55
{% endif %}

0 commit comments

Comments
 (0)