[dump] Add ACL modules#983
Merged
liat-grozovik merged 2 commits intosonic-net:masterfrom May 25, 2022
Merged
Conversation
Signed-off-by: Stepan Blyschak <[email protected]>
8498931 to
8837dc2
Compare
Collaborator
|
@vivekreddynv could you please help to review? |
vivekrnv
requested changes
Apr 25, 2022
doc/Dump-Utility.md
Outdated
|
|
||
| ### 3.1 ACL Table | ||
|
|
||
| ACL Tables configuration resieds in CONFIG DB in table *ACL_TABLE*. Tables in *ACL_TABLE* may reference another table *ACL_TABLE_TYPE* that holds the table type configuration or may use one of default table types (L3, L3V6, MIRROR, etc.). This information is dumped from CONFIG DB. Orchagent processes *ACL_TABLE* and *ACL_TABLE_TYPE* configuration and manages the following ASIC resources: |
Contributor
Author
There was a problem hiding this comment.
Thanks, fixed
Collaborator
|
@vivekreddynv could you please approve? |
vivekrnv
approved these changes
May 9, 2022
Collaborator
|
@bingwang-ms kindly reminder to review. |
liat-grozovik
pushed a commit
to sonic-net/sonic-utilities
that referenced
this pull request
May 23, 2022
- What I did Implemented ACL dump modules - How I did it Added dump plugins for acl_rule and acl_table. Added UT for coverage. Implemented according to sonic-net/SONiC#983 - How to verify it Run UT, run on the switch mannually. Signed-off-by: Stepan Blyschak <[email protected]>
liat-grozovik
approved these changes
May 25, 2022
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this pull request
Aug 3, 2023
- What I did Implemented ACL dump modules - How I did it Added dump plugins for acl_rule and acl_table. Added UT for coverage. Implemented according to sonic-net/SONiC#983 - How to verify it Run UT, run on the switch mannually. Signed-off-by: Stepan Blyschak <[email protected]>
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.
Signed-off-by: Stepan Blyschak [email protected]