Closed prarthana-13 closed 1 year ago
Hi @prarthana-13 thanks for asking. I guess you are using our DHCPv6 Client. We do fix some bugs in _nx_dhcpv6_process_server_duid() and our latest release is 6.2.0. Could you try the latest? https://github.com/azure-rtos/netxduo/blob/v6.2.0_rel/addons/dhcp/nxd_dhcpv6_client.c#L5728
Closing, feel free to open new issue.
In server duid its looking for duid time field which doesnt exist in the received packet. This variable is dhcpv6_ptr->nx_dhcpv6_client_duid.nx_duid_type = 1 and if (((index - 4) > length) || ((index - 4) < length)) check fails
We are using Netx version 5.7. Is this issue resolved in recent releases?