Feat(eos_cli_config_gen): Add support for logging local-interface#6479
Open
laxmikantchintakindi wants to merge 3 commits intoaristanetworks:develfrom
Open
Feat(eos_cli_config_gen): Add support for logging local-interface#6479laxmikantchintakindi wants to merge 3 commits intoaristanetworks:develfrom
laxmikantchintakindi wants to merge 3 commits intoaristanetworks:develfrom
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-6479
# Activate the virtual environment
source test-avd-pr-6479/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@logging_local_interface#subdirectory=python-avd" --force
# Point Ansible collections path to the Python virtual environment
export ANSIBLE_COLLECTIONS_PATH=$VIRTUAL_ENV/ansible_collections
# Install Ansible collection
python -m ansible.cli.galaxy collection install git+https://github.com/laxmikantchintakindi/avd.git#/ansible_collections/arista/avd/,logging_local_interface --force
cd test-avd-pr-6479
# Run your playbook using `python -m ansible.cli.playbook path/to/playbook.yml ...` |
logging local-interface xxxx command|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
MaheshGSLAB
reviewed
Feb 6, 2026
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/logging.j2
Outdated
Show resolved
Hide resolved
c00e236 to
d9f3ab8
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
MaheshGSLAB
approved these changes
Feb 6, 2026
gmuloc
reviewed
Feb 6, 2026
Comment on lines
+77
to
+79
| `logging source-interface xxxx` is deprecated in latest EOS versions(4.35.1). | ||
| This key sets new command `logging local-interface xxxx`. | ||
| `source_interface` takes precedence over `local_interface`. |
Contributor
There was a problem hiding this comment.
Suggested change
| `logging source-interface xxxx` is deprecated in latest EOS versions(4.35.1). | |
| This key sets new command `logging local-interface xxxx`. | |
| `source_interface` takes precedence over `local_interface`. | |
| `logging source-interface <interface>` is deprecated in latest EOS versions(4.35.1). | |
| This key sets new command `logging local-interface <interface>`. | |
| `source_interface` takes precedence over `local_interface`. |
Comment on lines
+97
to
+100
| Source Interface Name. | ||
| `logging vrf xxxx source-interface xxxx` is deprecated in latest EOS versions(4.35.1). | ||
| This key sets new command `logging vrf xxxx local-interface xxxx`. | ||
| `source_interface` takes precedence over `local_interface`. |
Contributor
There was a problem hiding this comment.
Suggested change
| Source Interface Name. | |
| `logging vrf xxxx source-interface xxxx` is deprecated in latest EOS versions(4.35.1). | |
| This key sets new command `logging vrf xxxx local-interface xxxx`. | |
| `source_interface` takes precedence over `local_interface`. | |
| Source Interface Name. | |
| `logging vrf <vrf> source-interface <interface>` is deprecated in latest EOS versions(4.35.1). | |
| This key sets the new command `logging vrf <vrf> local-interface <interface>`. | |
| `source_interface` takes precedence over `local_interface`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Change Summary
Add support for
logging local-interface xxxxcommand.Related Issue(s)
Fixes #6309
Component(s) name
arista.avd.eos_cli_config_genProposed changes
Add support for
logging local-interface xxxxcommand.How to test
Checklist
User Checklist
Repository Checklist