aristanetworks / avd

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

Feat(eos_cli_config_gen): Add support for permit response traffic nat under ip acls #4128

Closed Vibhu-gslab closed 1 week ago

Vibhu-gslab commented 1 week ago

Change Summary

Add support for permit response traffic nat under ip acls

Related Issue(s)

Fixes #4119

Component(s) name

arista.avd.eos_cli_config_gen

Checklist

User Checklist

Repository Checklist

github-actions[bot] commented 1 week 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-4128
# Activate the virtual environment
source test-avd-pr-4128/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/Vibhu-gslab/avd.git@permit_response_traffic#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/Vibhu-gslab/avd.git#/ansible_collections/arista/avd/,permit_response_traffic --force
# Optional: Install AVD examples
cd test-avd-pr-4128
ansible-playbook arista.avd.install_examples
github-actions[bot] commented 1 week ago

This pull request has conflicts, please resolve those before we can evaluate the pull request.

github-actions[bot] commented 1 week ago

Conflicts have been resolved. A maintainer will review the pull request shortly.