Skip to content

RDKCOM-5601: RDKBDEV-3459, RDKBACCL-1817 Enhance ethernet agent to support configurable wan fro…#66

Open
manigandanj wants to merge 2 commits into
rdkcentral:developfrom
manigandanj:vlanmanager_integration
Open

RDKCOM-5601: RDKBDEV-3459, RDKBACCL-1817 Enhance ethernet agent to support configurable wan fro…#66
manigandanj wants to merge 2 commits into
rdkcentral:developfrom
manigandanj:vlanmanager_integration

Conversation

@manigandanj

Copy link
Copy Markdown
Contributor

…m ethernet agent

Reason for change: Not renaming lan0 to erouter0
Test procedure: Found that BPI is getting internet feed.
Risks: Low

Copilot AI review requested due to automatic review settings June 16, 2026 13:27
@manigandanj manigandanj requested review from a team as code owners June 16, 2026 13:27

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 adjusts ethernet-agent initialization logic so BananaPi R4 builds no longer run the WAN interface rename path that would rename lan0 to erouter0, aligning with the stated goal of keeping the original interface name.

Changes:

  • Removed _PLATFORM_BANANAPI_R4_ from the platform-specific preprocessor guard that triggers WAN interface rename/down/up operations during CosaDmlEthInit().

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

@kpandu987

Copy link
Copy Markdown

Looks good to me

@manigandanj manigandanj force-pushed the vlanmanager_integration branch 2 times, most recently from a774c10 to c0e9356 Compare June 22, 2026 17:51
Copilot AI review requested due to automatic review settings June 22, 2026 17:51

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread source/TR-181/board_sbapi/cosa_ethernet_apis.c Outdated
@manigandanj manigandanj force-pushed the vlanmanager_integration branch from c0e9356 to 94262af Compare June 26, 2026 10:38
…urable wan from ethernet agent

Reason for change: Not renaming lan0 to erouter0 when vlanmanager is
enabled
Test procedure: Found that BPI is getting internet feed.
Risks: Low

Signed-off-by: Manigandan Gopalakrishnan <Manigandan_Gopalakrishnan@comcast.com>
@manigandanj manigandanj force-pushed the vlanmanager_integration branch from 94262af to 6cbe584 Compare June 26, 2026 10:42
@manigandanj manigandanj changed the title RDKBACCL-1817: Enhance ethernet agent to support configurable wan fro… RDKBDEV-3459, RDKBACCL-1817: Enhance ethernet agent to support configurable wan fro… Jun 26, 2026
@pradeeptakdas pradeeptakdas added the community-contribution Contribution from community label Jun 26, 2026
@pradeeptakdas pradeeptakdas changed the title RDKBDEV-3459, RDKBACCL-1817: Enhance ethernet agent to support configurable wan fro… RDKCOM-5601: RDKBDEV-3459, RDKBACCL-1817 Enhance ethernet agent to support configurable wan fro… Jun 26, 2026
Copilot AI review requested due to automatic review settings July 16, 2026 17:25
@github-actions

Copy link
Copy Markdown

📋 PR Format Reminder

  • Description missing:
    • Priority (P0 / P1 / P2)

Expected:

TICKET-123 : brief description

Reason for change: why
Test Procedure: how to verify
Risks: Low / Medium / High
Priority: P0 / P1 / P2

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

}
#else
#if defined(_PLATFORM_RASPBERRYPI_) || defined(_PLATFORM_TURRIS_) || defined(_PLATFORM_BANANAPI_R4_) || defined(_COSA_QCA_ARM_)
#ifndef FEATURE_RDKB_VLAN_MANAGER /* VLAN Manager owns VLAN/Bridge interface creation; Renaming is not required */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Contribution from community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants