From ad9b7fdb888c5c83c67ff86d87e8a8edb22aa8b5 Mon Sep 17 00:00:00 2001 From: Devin Mungan Date: Thu, 27 Nov 2025 17:26:31 +0300 Subject: [PATCH 1/2] RDKBNETWOR-84: DSLite feature integration with WanManager (Wg network11 development) * RDKBNETWOR-85 : DHCP Manager changes for option 64 * adding endpoint name param to DHCP_MGR_IPV6_MSG IPC struct Signed-off-by: Devin Mungan --- source/ccsp/components/include/ipc_msg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ccsp/components/include/ipc_msg.h b/source/ccsp/components/include/ipc_msg.h index 4f749f117..158409d74 100644 --- a/source/ccsp/components/include/ipc_msg.h +++ b/source/ccsp/components/include/ipc_msg.h @@ -249,6 +249,7 @@ typedef struct _DHCP_MGR_IPV6_MSG bool maptAssigned; ipc_mapt_data_t mapt; #endif + char endpointName[BUFLEN_256]; } DHCP_MGR_IPV6_MSG; typedef enum { From cff82a926dd40d20565f03420b0b718c97e64b04 Mon Sep 17 00:00:00 2001 From: Devin Mungan Date: Mon, 12 Jan 2026 14:31:09 +0300 Subject: [PATCH 2/2] Addressing review comments: change naming to aftr instead of endpointName --- source/ccsp/components/include/ipc_msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ccsp/components/include/ipc_msg.h b/source/ccsp/components/include/ipc_msg.h index 158409d74..797b928c5 100644 --- a/source/ccsp/components/include/ipc_msg.h +++ b/source/ccsp/components/include/ipc_msg.h @@ -249,7 +249,7 @@ typedef struct _DHCP_MGR_IPV6_MSG bool maptAssigned; ipc_mapt_data_t mapt; #endif - char endpointName[BUFLEN_256]; + char aftr[BUFLEN_256]; } DHCP_MGR_IPV6_MSG; typedef enum {