-
Notifications
You must be signed in to change notification settings - Fork 546
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
[orchagent] Do not restore port admin if port admin is configured #3447
base: master
Are you sure you want to change the base?
[orchagent] Do not restore port admin if port admin is configured #3447
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@PJHsieh , do you've some logs and examples of the issue you are fixing in this PR? |
Hi, @prsunny , please check the following flow. Example: User set port FEC: User set port admin: |
Issue: The pCfg.admin_status might be overridden by prior configurations. Solution: Only restore port admin if port admin is not configured.
eba4d4b
to
3d57dd8
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
What I did
Only restore port admin if port admin is not configured.
Why I did it
The pCfg.admin_status might be overridden by prior configurations.
How I verified it
Details if related