aristanetworks / avd

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

Fix(eos_cli_config_gen): Fix MSDP template typo for sa_filter.out_list #4161

Closed gusmb closed 3 months ago

gusmb commented 3 months ago

Change Summary

Fix MSDP template typo for SA filters

Related Issue(s)

Fixes #4159

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

typo fix in template

How to test

Checklist

User Checklist

Repository Checklist

github-actions[bot] commented 3 months ago

Review docs on Read the Docs

To test this pull request:

# Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4161
# Activate the virtual environment
source test-avd-pr-4161/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gusmb/ansible-avd.git@issue4159#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/gusmb/ansible-avd.git#/ansible_collections/arista/avd/,issue4159 --force
# Optional: Install AVD examples
cd test-avd-pr-4161
ansible-playbook arista.avd.install_examples