aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 186 forks source link

Typo in route-msdp.j2 template #4159

Closed gusmb closed 3 days ago

gusmb commented 4 days ago

Issue Summary

There is a typo on the mentioned template:

{%                     if peer.sa_filter.out_list is arista.avd.defined %}
         sa-filter out list {{ peer.sa_filter.in_list }}
{%                     endif %}

The wrong list is configured for the outbound SA filter at VRF level

Which component(s) of AVD impacted

eos_cli_config_gen

How do you run AVD ?

Ansible CLI (with virtual-env or native python)

Steps to reproduce

NA

Relevant log output

NA

Contributing Guide