From d815f65d2d3756d038cf2148c0f8d98043079717 Mon Sep 17 00:00:00 2001 From: Devin Mungan Date: Thu, 27 Nov 2025 17:26:31 +0300 Subject: [PATCH] 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 28221fb6..772a87f7 100644 --- a/source/ccsp/components/include/ipc_msg.h +++ b/source/ccsp/components/include/ipc_msg.h @@ -258,6 +258,7 @@ typedef struct _DHCP_MGR_IPV6_MSG bool maptAssigned; bool mapeAssigned; ipc_map_data_t map; + char aftr[BUFLEN_256]; } DHCP_MGR_IPV6_MSG; typedef enum {