Skip to content

Commit 74348cf

Browse files
XER10-2412 : [SKY-VL-QE][Sprint]:WAN is down -RdkWanManager.service is in activating state. (#166)
Reason for change: As part of RDKB-59763 US, we have supported SLAAC IPv6 support in WanManager but that new flag has not been handled as part of t2 profile due to the reason we seen crash. so to avoid this crash I have handled this in t2 profile parsing during t2 event send. Test Procedure: 1. WANManager should not crash and should work without any issue. Risks: Medium Signed-off-by: LakshminarayananShenbagaraj <[email protected]>
1 parent 77bd4ea commit 74348cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/WanManager/wanmgr_t2_telemetry.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ static const char * const WanMgr_Telemetry_IpSourceStr[] =
4646
{
4747
[DML_WAN_IP_SOURCE_STATIC] = "STATIC",
4848
[DML_WAN_IP_SOURCE_DHCP] = "DHCP",
49-
[DML_WAN_IP_SOURCE_PPP] = "PPP"
49+
[DML_WAN_IP_SOURCE_PPP] = "PPP",
50+
[DML_WAN_IP_SOURCE_SLAAC] = "SLAAC"
5051
};
5152
static const char * const WanMgr_Telemetry_IpModeStr[] =
5253
{

0 commit comments

Comments
 (0)