-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[dump] Add ACL modules #983
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
Conversation
Signed-off-by: Stepan Blyschak <[email protected]>
8498931
to
8837dc2
Compare
@vivekreddynv could you please help to review? |
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: |
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.
typo "resides"
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.
Thanks, fixed
@vivekreddynv could you please approve? |
@bingwang-ms kindly reminder to review. |
- 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]>
- 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]>
Signed-off-by: Stepan Blyschak [email protected]