Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/WanManager/wanmgr_dhcpv6_apis.c
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,7 @@ ANSC_STATUS wanmgr_handle_dhcpv6_event_data(DML_VIRTUAL_IFACE * pVirtIf)

int setUpLanPrefixIPv6(DML_VIRTUAL_IFACE* pVirtIf)
{
CcspTraceInfo(("%s - Entering function \n", __FUNCTION__));
Comment thread
aj970-crypto marked this conversation as resolved.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug logs can be built and tested without creating the PR. Please move to draft or close the PR if it is only for the debug logs.

if (pVirtIf == NULL)
{
CcspTraceError(("%s %d - Invalid memory \n", __FUNCTION__, __LINE__));
Expand Down Expand Up @@ -2129,6 +2130,7 @@ int setUpLanPrefixIPv6(DML_VIRTUAL_IFACE* pVirtIf)
sysevent_set(sysevent_fd, sysevent_token, "dhcpv6-restart", NULL, 0);

#else
CcspTraceWarning(("%s:%d triggering sysevent zebra-restart\n", __FUNCTION__, __LINE__));
sysevent_set(sysevent_fd, sysevent_token, "zebra-restart", NULL, 0);
CcspTraceWarning(("Restart lan%s:%d\n", __func__,__LINE__));
/* This is for IP.Interface.1. use */
Expand Down
Loading