-
Notifications
You must be signed in to change notification settings - Fork 96
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
[libsai] dummy implementation for ACL_TABLE #657
Conversation
jimmyzhai
commented
Jan 13, 2025
- Fix SAI object ACL_TABLE creation failure in sonic kvm dpu #655 , by adding dummy implementation for SAI_OBJECT_TYPE_ACL_TABLE
- Fix Default IPv6 route ::/0 not support in dash pipeline #656, by bypassing creation of route entry with prefix length 0
/azp run |
Commenter does not have sufficient privileges for PR 657 in repo sonic-net/DASH |
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.
maybe explain in the commends why you bypass this
/azp run |
Commenter does not have sufficient privileges for PR 657 in repo sonic-net/DASH |
Updated the comment for the bypass reason: return SAI_STATUS_SUCCESS; // bypass, temporary workaround for issue #656 |
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.
Code looks good. Thanks Junhua!