diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md index 8b71bbe071e..e27f93ebfd8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md @@ -172,12 +172,12 @@ router bgp 65001 neighbor aa::2 rcf out VRF_AFIPV6_RCF_OUT() network aa::/64 no bgp redistribute-internal - redistribute connected rcf VRF_AFIPV6_RCF_CONNECTED() - redistribute isis include leaked - redistribute ospfv3 match external - redistribute ospfv3 match internal include leaked - redistribute ospfv3 match nssa-external - redistribute static route-map VRF_AFIPV6_RM_STATIC + redistribute connected rcf VRF_AFIPV6_RCF_CONNECTED() + redistribute isis include leaked + redistribute ospfv3 match external + redistribute ospfv3 match internal include leaked + redistribute ospfv3 match nssa-external + redistribute static route-map VRF_AFIPV6_RM_STATIC ! address-family ipv6 multicast bgp missing-policy direction in action deny diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg index 0a929a41058..0c01c66bf20 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg @@ -111,12 +111,12 @@ router bgp 65001 neighbor aa::2 rcf out VRF_AFIPV6_RCF_OUT() network aa::/64 no bgp redistribute-internal - redistribute connected rcf VRF_AFIPV6_RCF_CONNECTED() - redistribute isis include leaked - redistribute ospfv3 match external - redistribute ospfv3 match internal include leaked - redistribute ospfv3 match nssa-external - redistribute static route-map VRF_AFIPV6_RM_STATIC + redistribute connected rcf VRF_AFIPV6_RCF_CONNECTED() + redistribute isis include leaked + redistribute ospfv3 match external + redistribute ospfv3 match internal include leaked + redistribute ospfv3 match nssa-external + redistribute static route-map VRF_AFIPV6_RM_STATIC ! address-family ipv6 multicast bgp missing-policy direction in action deny diff --git a/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-bgp.j2 b/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-bgp.j2 index 207d502d5ea..a1cc206eede 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-bgp.j2 +++ b/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-bgp.j2 @@ -2994,7 +2994,7 @@ router bgp {{ router_bgp.as }} {% set redistribute_route_cli = redistribute_route_cli ~ " rcf " ~ redistribute_route.rcf %} {% endif %} {% endif %} - {{ redistribute_route_cli }} + {{ redistribute_route_cli }} {% endif %} {% endfor %} {% endif %}