-
Notifications
You must be signed in to change notification settings - Fork 554
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
Support for platforms based on Clounix Networks' device #2399
Conversation
retest |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -2243,6 +2243,7 @@ void AclOrch::init(vector<TableConnector>& connectors, PortsOrch *portOrch, Mirr | |||
platform == CISCO_8000_PLATFORM_SUBSTRING || | |||
platform == MLNX_PLATFORM_SUBSTRING || | |||
platform == BFN_PLATFORM_SUBSTRING || | |||
platform == CLX_PLATFORM_SUBSTRING || |
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.
Failing build on this defintion - CLX_PLATFORM_SUBSTRING. Please make sure associated PR is merged
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.
@prsunny Hi Prince, looks like the pipeline failure was fixed, could you please kindly review this PR? Thanks in advance.
Update sonic-swss submodule pointer to include the following: * [FDB] [202012] Fix fbdorch to properly handle syncd FDB FLUSH Notif ([sonic-net#2401](sonic-net/sonic-swss#2401)) * Support for platforms based on Clounix Networks' device ([sonic-net#2399](sonic-net/sonic-swss#2399)) Signed-off-by: dprital <drorp@nvidia.com>
What I did
Support for platforms based on Clounix Networks' device
Why I did it
Support for platforms based on Clounix Networks' device
How I verified it
Have verified on the hardware device
Details if related