On Tue, Jun 23, 2020 at 11:04:17AM -0500, miny...@acm.org wrote: > From: Corey Minyard <cminy...@mvista.com> > > If a socket was set ipv6only, it would still send IPv4 addresses in the > init and init ack packets. So don't add IPv4 addresses to ipv6only > sockets. > > Based on a patch by Xin Long <lucien....@gmail.com> > > Signed-off-by: Corey Minyard <cminy...@mvista.com> > --- > I have tested this and it seem to fix the issue. However, I'm wondering > if it might be better to fix it where the addresses are put into the > association as opposed to where they are put into the message.
Yes, it is. It even highlights why this issue was there in the first place. Sending a patch right after this email. Marcelo