Re: [bug-inetutils] bug: inetd does not map IPv6 to IPv4

2018-01-05 Thread Guillem Jover
Hi! On Thu, 2018-01-04 at 12:36:36 +0100, Ferruccio Fantozzi wrote: > I think I found a problem in the way inetd maps IPv4/IPv6 connections. > > When protocol in inetd.conf is set as > 'tcp': inetd accepts IPv4 connections only > 'tcp4': same as above > 'tcp6only': inetd accepts IPv6 connections

[bug-inetutils] bug: inetd does not map IPv6 to IPv4

2018-01-04 Thread Ferruccio Fantozzi
Hi all, I think I found a problem in the way inetd maps IPv4/IPv6 connections. When protocol in inetd.conf is set as 'tcp': inetd accepts IPv4 connections only 'tcp4': same as above 'tcp6only': inetd accepts IPv6 connections only 'tcp6': same as above. The problem is with the latter 'tcp6': I th