-
Notifications
You must be signed in to change notification settings - Fork 276
Feat(eos_cli_config_gen): Adding new keys for inner_vlan_mask and inner_vlan_number under ip_access_lists #6776
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
Merged
ClausHolbechArista
merged 14 commits into
aristanetworks:devel
from
Shivani-gslab:inner_vlan_ip_access_lists
Apr 16, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c43f944
Feat(eos_cli_config_gen): Adding new keys for inner_vlan_mask and inn…
Shivani-gslab f711ffb
adding new key
Shivani-gslab 2f3c236
adding test for new key in eos_designs
Shivani-gslab bf60a74
Adding deprecation test for vlan_inner
Shivani-gslab 17d3ef3
molecule run
Shivani-gslab 7eb2b70
Merge branch 'devel' into inner_vlan_ip_access_lists
Shivani-gslab e60613f
Merge branch 'devel' into inner_vlan_ip_access_lists
MaheshGSLAB 4724e0c
reverting protocol in ipv6_access_lists
Shivani-gslab 1ce10f5
Changing the new key
Shivani-gslab 9e01c3c
added description
Shivani-gslab 0051458
Apply suggestion from @Shivani-gslab
Shivani-gslab 0f70a41
Merge branch 'devel' into inner_vlan_ip_access_lists
Vibhu-gslab bef7514
Apply suggestions from code review
Shivani-gslab d85b6a5
schema build run
Shivani-gslab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
12 changes: 12 additions & 0 deletions
12
...molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/ip-access-lists.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| # Test for deprecated key vlan_inner | ||
| ip_access_lists: | ||
| - name: ACL_SEQUENCE_AND_COUNTERS | ||
| entries: | ||
| - action: permit | ||
| vlan_number: 235 | ||
| vlan_mask: "0x1FF" | ||
| vlan_inner: true | ||
| protocol: ip | ||
| source: any | ||
| destination: any |
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
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
14 changes: 14 additions & 0 deletions
14
...d/extensions/molecule/eos_designs_deprecated_vars/inventory/host_vars/host1/ipv4_acls.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Test for vlan_inner deprecation in ipv4_acls | ||
| type: l3leaf | ||
|
|
||
| ipv4_acls: | ||
| # ip_access_lists: | ||
| - name: TEST-IPV4-ACL-WITH-IP-FIELDS-IN | ||
| entries: | ||
| - action: permit | ||
| protocol: ip | ||
| source: peer_ip | ||
| destination: interface_ip | ||
| vlan_number: 123 | ||
| vlan_mask: "0x000" | ||
| vlan_inner: true |
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
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
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
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
14 changes: 13 additions & 1 deletion
14
..._collections/arista/avd/roles/eos_cli_config_gen/docs/tables/ip-access-lists.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
...ollections/arista/avd/roles/eos_cli_config_gen/docs/tables/ipv6-access-lists.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 13 additions & 1 deletion
14
ansible_collections/arista/avd/roles/eos_designs/docs/tables/ipv4-acls.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.