Re: [PATCH iproute2] ss: print value of IPV6_V6ONLY socket option if set

2015-06-25 Thread Stephen Hemminger
On Wed, 24 Jun 2015 11:07:20 + Phil Sutter wrote: > If available and set, print 'v6only:1' for AF_INET6 sockets upon request > of extended information. For IPv6 sockets bound to in6addr_any, this is > the only way to determine if they will also accept IPv4 requests or not. > > Signed-off-by:

[PATCH iproute2] ss: print value of IPV6_V6ONLY socket option if set

2015-06-24 Thread Phil Sutter
If available and set, print 'v6only:1' for AF_INET6 sockets upon request of extended information. For IPv6 sockets bound to in6addr_any, this is the only way to determine if they will also accept IPv4 requests or not. Signed-off-by: Phil Sutter --- Depends on unapplied patch 'ss: Include -E optio