-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix(eos_designs): WAN Exclude interface IP address from direct internet-exit NAT ACL #4096
Conversation
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-4096
# Activate the virtual environment
source test-avd-pr-4096/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ayushmittal-arista/ayush-avd.git@fixie#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/ayushmittal-arista/ayush-avd.git#/ansible_collections/arista/avd/,fixie --force
# Optional: Install AVD examples
cd test-avd-pr-4096
ansible-playbook arista.avd.install_examples |
...lections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/cv-pathfinder-edge1.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/utils.py
Outdated
Show resolved
Hide resolved
..._collections/arista/avd/roles/eos_designs/python_modules/network_services/ip_access_lists.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
..._collections/arista/avd/roles/eos_designs/python_modules/network_services/ip_access_lists.py
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
..._collections/arista/avd/roles/eos_designs/python_modules/network_services/ip_access_lists.py
Outdated
Show resolved
Hide resolved
..._collections/arista/avd/roles/eos_designs/python_modules/network_services/ip_access_lists.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/plugins/plugin_utils/eos_designs_shared_utils/misc.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/utils.py
Outdated
Show resolved
Hide resolved
12600d9
to
69572f5
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
a1fed96
to
ab9bdfb
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
ab9bdfb
to
e1049f2
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
a126f7c
to
6d563c9
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
6d563c9
to
a0f957a
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
python-avd/pyavd/_eos_designs/structured_config/network_services/ip_access_lists.py
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Claus Holbech <[email protected]>
Change Summary
ALLOW_ALL
toIE-DIRECT-NAT-ACL
deny ip
rule for all interfaces for all direct ie policies on the router in the ACL, so that traffic originating from these ip address is not natted again.Related Issue(s)
Fixes #4086
Component(s) name
arista.avd.eos-designs
How to test
molecule
Checklist
User Checklist
Repository Checklist