[subinterface] Fix admin state handling#2806
Merged
prsunny merged 1 commit intosonic-net:masterfrom Jun 14, 2023
Merged
Conversation
372ecb9 to
06afb21
Compare
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
06afb21 to
bef9323
Compare
Collaborator
Author
|
@prsunny / @qiluo-msft would you please have a look? This is a blocker for Port Profile Init feature |
Collaborator
Author
|
@prsunny / @qiluo-msft just a kind reminder |
Collaborator
|
Can you please fix the description to have proper details on fix? I need this for creating the commit message |
Collaborator
Author
@prsunny done |
Collaborator
Author
|
@prsunny would you please help to merge? |
prsunny
approved these changes
Jun 14, 2023
yxieca
pushed a commit
that referenced
this pull request
Jun 15, 2023
Fix the bug caused by a logic in intfmgr which aims to reduce the redundant admin state configuration. Because of that, intfsorch falls back to defaults and treats admin state configuration as disabled. These changes allow to reset port admin state to it's default value, when configuration is not received by producer-consumer mechanism.
This was referenced Jun 16, 2023
Collaborator
Author
|
@yxieca would you please cherry-pick to 202211? |
yxieca
pushed a commit
that referenced
this pull request
Jun 29, 2023
Fix the bug caused by a logic in intfmgr which aims to reduce the redundant admin state configuration. Because of that, intfsorch falls back to defaults and treats admin state configuration as disabled. These changes allow to reset port admin state to it's default value, when configuration is not received by producer-consumer mechanism.
theasianpianist
pushed a commit
to theasianpianist/sonic-swss
that referenced
this pull request
Jul 20, 2023
Fix the bug caused by a logic in intfmgr which aims to reduce the redundant admin state configuration. Because of that, intfsorch falls back to defaults and treats admin state configuration as disabled. These changes allow to reset port admin state to it's default value, when configuration is not received by producer-consumer mechanism.
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
Fix the bug caused by a logic in intfmgr which aims to reduce the redundant admin state configuration. Because of that, intfsorch falls back to defaults and treats admin state configuration as disabled. These changes allow to reset port admin state to it's default value, when configuration is not received by producer-consumer mechanism.
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.
closes sonic-net/sonic-buildimage#15282
The bug is caused by a logic in
intfmgrwhich aims to reduce the redundant admin state configuration.Because of that,
intfsorchfalls back to defaults and treats admin state configuration as disabled.These changes allow to reset port admin state to it's default value,
when configuration is not received by producer-consumer mechanism.
What I did
Why I did it
How I verified it
Details if related