Re: [iproute2] regression in ss output

2017-10-18 Thread Humberto Alves
Looks perfect to me. Thanks! On 10/17/2017 03:49 AM, Stephen Hemminger wrote: On Mon, 16 Oct 2017 19:00:36 -0700 Eric Dumazet wrote: On Mon, 2017-10-16 at 14:28 -0700, Stephen Hemminger wrote: On Mon, 16 Oct 2017 20:44:07 + Humberto Alves wrote: Yes, just get rid of this &#x

Re: [iproute2] regression in ss output

2017-10-16 Thread Humberto Alves
Yes, just get rid of this 'if statement'. in6addr_any should be represented as '::', not '*'. Otherwise it's impossible to distinguish IPv4 listening addresses from IPv6. Thank you :) On 10/16/2017 11:33 AM, Phil Sutter wrote: Hi, On Fri, Oct 13, 2017

Re: [iproute2] regression in ss output

2017-10-16 Thread Humberto Alves
IMHO that's not ugly. How is that a feature? Differentiating IPv4 from IPv6 sockets is a feature to me! If you want to use '*' in IPv4 and IPv6, add another column please. Thank you On 10/16/2017 05:20 PM, Stephen Hemminger wrote: On Fri, 13 Oct 2017 09:57:37 + Humberto Alv

[iproute2] regression in ss output

2017-10-13 Thread Humberto Alves
Hi! With the last iproute2 release, ss command output does not differentiate between any-address IPv4 sockets from the IPv6 ones. I don't know if this is an expected behaviour, but the old output looks more useful. Below I pasted the difference between the old behaviour and the new one. I am hap