[portsorch]: Prevent LAG member configuration when port has active ACL binding#2165
Merged
prsunny merged 2 commits intosonic-net:masterfrom Mar 30, 2022
Merged
Conversation
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
07bb29d to
3eadcfb
Compare
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
3eadcfb to
d5c5b97
Compare
prsunny
reviewed
Mar 17, 2022
Collaborator
liat-grozovik
left a comment
There was a problem hiding this comment.
please also add test cases to verify the new check/flow
d5c5b97 to
84053d4
Compare
Collaborator
Author
@liat-grozovik done |
84053d4 to
8b4dd6a
Compare
|
This pull request fixes 1 alert when merging 8b4dd6a into d80094b - view on LGTM.com fixed alerts:
|
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
prsunny
previously approved these changes
Mar 23, 2022
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
8b4dd6a to
623bfc8
Compare
|
This pull request fixes 1 alert when merging 623bfc8 into 6eda965 - view on LGTM.com fixed alerts:
|
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…L binding. Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
623bfc8 to
99778d1
Compare
|
This pull request fixes 1 alert when merging 99778d1 into 7350d49 - view on LGTM.com fixed alerts:
|
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
prsunny
approved these changes
Mar 30, 2022
judyjoseph
pushed a commit
that referenced
this pull request
Apr 4, 2022
…L binding (#2165) * [portsorch]: Prevent LAG member configuration when port has active ACL binding. Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
5 tasks
preetham-singh
pushed a commit
to preetham-singh/sonic-swss
that referenced
this pull request
Aug 6, 2022
…L binding (sonic-net#2165) * [portsorch]: Prevent LAG member configuration when port has active ACL binding. Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
preetham-singh
pushed a commit
to preetham-singh/sonic-swss
that referenced
this pull request
Aug 6, 2022
…ctive ACL binding (sonic-net#2165)" (sonic-net#2306) This reverts commit 390cae1.
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
…L binding (sonic-net#2165) * [portsorch]: Prevent LAG member configuration when port has active ACL binding. Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
…ctive ACL binding (sonic-net#2165)" (sonic-net#2306) This reverts commit 390cae1.
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.
Signed-off-by: Nazarii Hnydyn nazariig@nvidia.com
Add some extra validation to make sure that port can't be made a LAG member when ingress/egress ACL binding is configured.
Before moving port to LAG, user should disable active ACL binding, since LAG uses a different dedicated attributes
fixes sonic-net/sonic-buildimage#10233
What I did
Why I did it
How I verified it
Details if related