-
Notifications
You must be signed in to change notification settings - Fork 672
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
[acl-loader] Support for ACL table type L3V4V6 #2794
Conversation
@bingwang-ms can you please take a look at the acl-loader changes. It is related to the HLD and swss code that you helped review. |
@prsunny @qiluo-msft Please review and merge this before 202305 fork. It has been open for 3 weeks now. |
a2418a7
to
0db9397
Compare
@bingwang-ms Thanks for the review. I have addressed the review comments and updated the pull request. |
Thanks for the improvement. LGTM now. |
Support a new ACL table type called L3V4V6. This table supports both v4 and v6 Match types. Add unit tests for this new ACL table type. HLD: sonic-net/SONiC#1267 Signed-off-by: Ravi(Marvell) [email protected]
0db9397
to
949301d
Compare
@prsunny @qiluo-msft Can you please approve and merge |
@prsunny @qiluo-msft Can you please help merge this for 202305 release. This PR has been approved 3 weeks ago. |
Support a new ACL table type called L3V4V6. This table supports both v4 and v6 Match types. Add unit tests for this new ACL table type. HLD: sonic-net/SONiC#1267
Support a new ACL table type called L3V4V6.
This table supports both v4 and v6 Match types.
Added unit tests for this new ACL table type.
HLD: sonic-net/SONiC#1267
Signed-off-by: Ravi(Marvell) [email protected]
What I did
Support a new ACL table type called L3V4V6.
How I did it
How to verify it