Re: udhcpc6 kernel listen mode is broken

2022-08-05 Thread Danomi Manchego
Yes, these changes work - they match what I patched locally. Thanks for getting back to this. On Tue, Aug 2, 2022 at 9:35 AM Denys Vlasenko wrote: > > Fixed, thank you. Can you try current git? > > On Sat, Jun 4, 2022 at 2:58 AM Danomi Manchego > wrote: > > > > Sorry all, I did not realize

Re: udhcpc6 kernel listen mode is broken

2022-08-02 Thread Denys Vlasenko
Fixed, thank you. Can you try current git? On Sat, Jun 4, 2022 at 2:58 AM Danomi Manchego wrote: > > Sorry all, I did not realize that there was a function called > d6_listen_socket() in d6_socket.c - so no new function is needed to > fix DHCPv6 Renew reply processing. The correct message ID is

Re: udhcpc6 kernel listen mode is broken

2022-06-03 Thread Danomi Manchego
Sorry all, I did not realize that there was a function called d6_listen_socket() in d6_socket.c - so no new function is needed to fix DHCPv6 Renew reply processing. The correct message ID is needed and use of d6_listen_socket() rather than udhcp_listen_socket(). Regards, Danomi - On Tue, May

udhcpc6 kernel listen mode is broken

2022-05-10 Thread Danomi Manchego
Hello, On April 1, I sent "udhcpc6 renew message copy/paste error" email about udhcpc6 sends the wrong message ID for Renew message due to copy/paste error from IPv4 dhcpc.c. (Was DHCPREQUEST, should be D6_MSG_RENEW.) After fixing that, I found that the Renew is sent correctly, and the DHCPv6