-
Notifications
You must be signed in to change notification settings - Fork 549
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
[subinterface] Fix admin state handling #2806
Conversation
372ecb9
to
06afb21
Compare
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
06afb21
to
bef9323
Compare
@prsunny / @qiluo-msft would you please have a look? This is a blocker for Port Profile Init feature |
@prsunny / @qiluo-msft just a kind reminder |
Can you please fix the description to have proper details on fix? I need this for creating the commit message |
@prsunny done |
@prsunny would you please help to merge? |
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.
@yxieca would you please cherry-pick to 202211? |
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.
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.
closes sonic-net/sonic-buildimage#15282
The bug is 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.
What I did
Why I did it
How I verified it
Details if related