Fix for handling broadcom DNX ASIC to have ipv4 and ipv6 ACL rules in separate tables.#2178
Merged
judyjoseph merged 1 commit intosonic-net:masterfrom Mar 28, 2022
Merged
Conversation
… separate tables.
6 tasks
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
prsunny
approved these changes
Mar 21, 2022
dprital
pushed a commit
to dprital/sonic-swss
that referenced
this pull request
May 8, 2022
… separate tables. (sonic-net#2178) Use the sub_platform env variable which is populated via swss_vars and sonic_version.yml
preetham-singh
pushed a commit
to preetham-singh/sonic-swss
that referenced
this pull request
Aug 6, 2022
… separate tables. (sonic-net#2178) Use the sub_platform env variable which is populated via swss_vars and sonic_version.yml
Merged
5 tasks
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
… separate tables. (sonic-net#2178) Use the sub_platform env variable which is populated via swss_vars and sonic_version.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
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.
What I did
Fix for handling broadcom DNX ASIC to have ipv4 and ipv6 ACL rules in separate tables.
Related PR : sonic-net/sonic-buildimage#10235
Why I did it
Broadcom DNX ASIC need to have ipv4 and ipv6 ACL rules in separate tables.
How I verified it
Verified the SWSS_VARS is updated and sub_platfom populated with 'broadcom-dnx'
Details if related