Skip to content

RDKB-66031: change fallback address source from Static to DHCP in lm_wrapper - #92

Merged
snayak002c merged 1 commit into
developfrom
revert-91-revert-89-feature/fix-address-source-dhcp
Jul 28, 2026
Merged

RDKB-66031: change fallback address source from Static to DHCP in lm_wrapper#92
snayak002c merged 1 commit into
developfrom
revert-91-revert-89-feature/fix-address-source-dhcp

Conversation

@veeraputhiran-thangavel

Copy link
Copy Markdown
Contributor

Reason for change: Resolves an issue where MAC address randomization caused the network configuration to switch from DHCP to Static. The address source now remains DHCP unless a custom static IP is set.
Test Procedure: Trigger a DHCP release from client and check AddressSource
Risks: Low
Priority: P2

Signed-off-by: Veeraputhiran_Thangavel@comcast.com

@veeraputhiran-thangavel
veeraputhiran-thangavel requested review from a team as code owners July 28, 2026 16:25
Copilot AI review requested due to automatic review settings July 28, 2026 16:25
@veeraputhiran-thangavel veeraputhiran-thangavel changed the title RDKB-66031: change fallback address source from Static to DHCP in lm_wrapper"" RDKB-66031: change fallback address source from Static to DHCP in lm_wrapper Jul 28, 2026

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

Updates the LAN Manager wrapper’s fallback behavior for determining AddressSource so that when the code cannot conclusively identify a static/reserved mapping, it reports DHCP instead of incorrectly defaulting to Static. This aligns AddressSource with expected behavior when MAC randomization or missing reserved entries would otherwise misclassify the client.

Changes:

  • Changed the fallback AddressSource value from "Static" to "DHCP" when no reserved/static determination is made.

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

@snayak002c
snayak002c merged commit 48538a2 into develop Jul 28, 2026
13 of 14 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants