Skip to content

XB10-2731: Disable setting of 'Auto' WAN mode in XB10. - #73

Open
jayantrais wants to merge 1 commit into
developfrom
topic/XB10-2731
Open

XB10-2731: Disable setting of 'Auto' WAN mode in XB10.#73
jayantrais wants to merge 1 commit into
developfrom
topic/XB10-2731

Conversation

@jayantrais

Copy link
Copy Markdown
Contributor

Reason for change: Disable setting of 'Auto' WAN mode in XB10.
Test Procedure: Build and Verify
Risks: medium
Priority: P1
Signed-off-by: Jayant_Rai2@comcast.com

Reason for change: Disable setting of 'Auto' WAN mode in XB10.
Test Procedure: Build and Verify
Risks: medium
Priority: P1
Signed-off-by: Jayant_Rai2@comcast.com
Copilot AI review requested due to automatic review settings July 29, 2026 18:19
@jayantrais
jayantrais requested review from a team as code owners July 29, 2026 18:19
@github-actions

Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


Rai seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Ethernet WAN TR-181 setter logic to prevent selecting the "Auto" operational mode when building for the XB10 product, aligning platform capabilities with the intended configuration behavior.

Changes:

  • Extends the existing platform compile-time guard to also block "Auto" mode on _XB10_PRODUCT_REQ_.
  • Updates the warning log text emitted when "Auto" is rejected.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

wan_mode = WAN_MODE_AUTO;
#else
CcspTraceWarning(("Auto operationalMode is not supported in XER5/XER10 platform\n"));
CcspTraceWarning(("Auto operationalMode is not supported in XER5/XER10/XB10 platform\n"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants