RDKB-58910, RDKB-60010 : Move the WAN IPV6 configuration from brlan0#69
Merged
Conversation
Reason for change: [NTP] Remove sky specific workarounds from the NTP script . Test Procedure: Updated in Jira. Risks: none Priority: P1 Signed-off-by: Parthiban Selvaraj <parthiban.selvaraj@sky.uk>
This was referenced Sep 18, 2025
Merged
18a0955 to
98f1db8
Compare
98f1db8 to
a20ac26
Compare
Reason for change: Remove Sky specific workaround from NTP script Test Procedure: None Risks: None Priority: P1 Signed-off-by: Jonathan Wu <Jonathan_Wu@comcast.com>
a20ac26 to
7ea7a04
Compare
This reverts commit 7ea7a04.
Signed-off-by: Parthiban Selvaraj <parthiban.selvaraj@sky.uk>
a44a4bd to
d1e188c
Compare
Signed-off-by: Parthiban Selvaraj <parthiban.selvaraj@sky.uk>
d1e188c to
89263a8
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…/rdkcentral/utopia into feature/wan_Ipv6_address_from_IAPD
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hpatel006c
approved these changes
May 15, 2026
snayak002c
approved these changes
May 15, 2026
| if [ ! -z "$CM_IPV4" ]; then | ||
| commandString="$commandString -p [$CM_IPV4]:22" | ||
| fi | ||
| elif [ "$BOX_TYPE" = "WNXL11BWL" ]; then |
| fi | ||
|
|
||
| if [ -n "$WAN_IP" ]; then | ||
| echo "interface listen $WAN_IP" >> $NTP_CONF_TMP |
| DHCP_STATIC_HOSTS_FILE=/etc/dhcp_static_hosts | ||
| DHCP_OPTIONS_FILE=/var/dhcp_options | ||
| SelfHealSupport=`sysevent get SelfhelpWANConnectionDiagSupport` | ||
| # LANIPV6Support only used for identifying the ULA usage |
anoopchelakkode
pushed a commit
to rdkcentral/sysint-broadband
that referenced
this pull request
May 18, 2026
Reason for change: Create a /128 Ipv6 address using the received IA_PD Test Procedure: Updated in the JIra Risks: hign Priority: P0 Change-Id: Ic1fa9f5d0b4f0c01fb19de052db555481c78deb0 This PR is dependent on the following related PRs: rdkcentral/telco-voice-manager#5 rdkcentral/utopia#69 rdkcentral/wan-manager#79 rdkcentral/provisioning-and-management#127 rdkcentral/xconf-client#20 rdkcentral/test-and-diagnostic#172 https://github.com/rdk-gdcs/firewall/pull/5 #34 Signed-off-by: Parthiban Selvaraj <parthiban.selvaraj@sky.uk> Co-authored-by: Santosh Nayak <70348540+snayak002c@users.noreply.github.com>
anoopchelakkode
pushed a commit
to rdkcentral/xconf-client
that referenced
this pull request
May 18, 2026
) Pull request overview Refactors IPv6 address detection in xb6_firmwareDwnld.sh to consistently use the WAN interface and remove device-/LAN-support-based branching, aligning with the goal of moving WAN IPv6 handling away from brlan0. Changes: Removes LANIPv6GUASupport usage and the associated conditional IPv6 interface-selection logic. Simplifies IPv6 presence detection in getFirmwareUpgDetail() to a single WAN-interface check. Simplifies IPv6 address extraction in the “wait for IP” loop by removing per-box-type branching. Refactor IPv6 address handling in xb6_firmwareDwnld.sh to simplify logic and remove redundant checks This PR is dependent on the following related PRs: rdkcentral/telco-voice-manager#5 rdkcentral/utopia#69 rdkcentral/wan-manager#79 rdkcentral/provisioning-and-management#127 #20 rdkcentral/test-and-diagnostic#172 https://github.com/rdk-gdcs/firewall/pull/5
snayak002c
added a commit
to rdkcentral/test-and-diagnostic
that referenced
this pull request
May 18, 2026
…172) ## Pull request overview This PR updates self-heal shell scripts to document the current (legacy) use of the `LANIPv6GUASupport` sysevent flag to gate certain WAN/ETH-WAN recovery and connectivity-check behaviors, and adds TODOs calling out the need for a more generic mechanism. **Changes:** - Add explanatory comments describing how `LANIPv6GUASupport` is being interpreted in several self-heal code paths. - Add TODO notes indicating the current DHCP/self-heal approach is outdated and should be refactored away from region/product flags. This PR is dependent on the following related PRs: rdkcentral/telco-voice-manager#5 rdkcentral/utopia#69 rdkcentral/wan-manager#79 rdkcentral/provisioning-and-management#127 rdkcentral/xconf-client#20 #172 https://github.com/rdk-gdcs/firewall/pull/5 ### Reviewed changes Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments. | File | Description | | ---- | ----------- | | scripts/task_health_monitor.sh | Adds comments/TODO around `LANIPv6GUASupport` usage and legacy DHCP self-heal behavior. | | scripts/selfheal_bootup.sh | Adds comments/TODO explaining region-gated ETH WAN failover recovery logic. | | scripts/selfheal_aggressive.sh | Adds comments/TODO explaining region-gated ETH WAN failover recovery logic. | | scripts/self_heal_connectivity_test.sh | Adds comments/TODO explaining use of `LANIPv6GUASupport` to select IPoE-based health checks. | --- 💡 <a href="/rdkcentral/test-and-diagnostic/new/develop?filename=.github/instructions/*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>. Signed-off-by: Parthiban Selvaraj <parthiban.selvaraj@sky.uk> Co-authored-by: Santosh Nayak <70348540+snayak002c@users.noreply.github.com>
snayak002c
added a commit
to rdkcentral/provisioning-and-management
that referenced
this pull request
May 18, 2026
…127) Pull Request Overview This PR removes platform-specific workarounds for displaying LAN bridge IPv6 addresses by consolidating different product requirements into a unified approach. The changes eliminate conditional logic that previously handled IPv6 address retrieval differently across various product types (RDKB_GLOBAL_PRODUCT_REQ, HUB4_PRODUCT_REQ). Removed LANIPv6GUASupport sysevent checks and associated conditional logic Consolidated interface selection logic for IPv6 address retrieval Simplified the IPv6 address filtering logic to use a single code path This PR is dependent on the following related PRs: rdkcentral/telco-voice-manager#5 rdkcentral/utopia#69 rdkcentral/wan-manager#79 #127 rdkcentral/xconf-client#20 rdkcentral/test-and-diagnostic#172 https://github.com/rdk-gdcs/firewall/pull/5 --------- Signed-off-by: Parthiban Selvaraj <parthiban.selvaraj@sky.uk> Co-authored-by: Jonathan Wu <195466430+jonathanwu-csv@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Santosh Nayak <70348540+snayak002c@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for change:
[NTP] Remove sky specific workarounds from the NTP script .
Test Procedure:
Updated in Jira.
Risks: none
Priority: P1
This PR is dependent on the following related PRs:
rdkcentral/telco-voice-manager#5
#69
rdkcentral/wan-manager#79
rdkcentral/provisioning-and-management#127
rdkcentral/xconf-client#20
rdkcentral/test-and-diagnostic#172
https://github.com/rdk-gdcs/firewall/pull/5
rdkcentral/sysint-broadband#34