Skip to content

Commit d36c46b

Browse files
committed
RDKTV-36020 : IP Address not cleared upon disconnect
Reason for change: Added a log line to show no internet when both IPv4 and IPv6 are not available Test Procedure: Verify log getting printed when both IPv4 and IPv6 is not available Priority:P1 Risks: Medium Signed-off-by: Gururaaja ESR <gururaja_erodesriranganramlingham@comcast.com>
1 parent c69c754 commit d36c46b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NetworkManagerConnectivity.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ namespace WPEFramework
643643

644644
if(!_instance->m_IPv4Available && !_instance->m_IPv6Available)
645645
{
646+
NMLOG_ERROR("NO_INTERNET due to NO IP Address");
646647
timeoutInSec = NMCONNECTIVITY_MONITOR_MIN_INTERVAL;
647648
m_InternetState = INTERNET_NOT_AVAILABLE;
648649
m_Ipv4InternetState = INTERNET_NOT_AVAILABLE;

0 commit comments

Comments
 (0)