Re: [PATCH] ss: Enclose IPv6 address in brackets

2017-08-01 Thread Stephen Hemminger
On Tue, 1 Aug 2017 11:11:03 + David Laight wrote: > From: Florian Lehner > > Sent: 29 July 2017 13:29 > > This patch adds support for RFC2732 IPv6 address format with brackets > > for the tool ss. So output for ss changes from > > 2a00:1450:400a:804::200e:443 to [2a00:1450:400a:804::200e]:443

RE: [PATCH] ss: Enclose IPv6 address in brackets

2017-08-01 Thread David Laight
From: Florian Lehner > Sent: 29 July 2017 13:29 > This patch adds support for RFC2732 IPv6 address format with brackets > for the tool ss. So output for ss changes from > 2a00:1450:400a:804::200e:443 to [2a00:1450:400a:804::200e]:443 for IPv6 > addresses with attached port number. > > Signed-off-b

Re: [PATCH] ss: Enclose IPv6 address in brackets

2017-07-31 Thread Florian Lehner
On 07/31/2017 12:30 PM, Phil Sutter wrote: > On Sat, Jul 29, 2017 at 02:29:10PM +0200, Florian Lehner wrote: >> This patch adds support for RFC2732 IPv6 address format with brackets >> for the tool ss. So output for ss changes from >> 2a00:1450:400a:804::200e:443 to [2a00:1450:400a:804::200e]:443 f

Re: [PATCH] ss: Enclose IPv6 address in brackets

2017-07-31 Thread Phil Sutter
On Mon, Jul 31, 2017 at 09:27:55AM -0700, Stephen Hemminger wrote: > On Mon, 31 Jul 2017 12:30:10 +0200 > Phil Sutter wrote: > > > On Sat, Jul 29, 2017 at 02:29:10PM +0200, Florian Lehner wrote: > > > This patch adds support for RFC2732 IPv6 address format with brackets > > > for the tool ss. So

Re: [PATCH] ss: Enclose IPv6 address in brackets

2017-07-31 Thread Stephen Hemminger
On Mon, 31 Jul 2017 12:30:10 +0200 Phil Sutter wrote: > On Sat, Jul 29, 2017 at 02:29:10PM +0200, Florian Lehner wrote: > > This patch adds support for RFC2732 IPv6 address format with brackets > > for the tool ss. So output for ss changes from > > 2a00:1450:400a:804::200e:443 to [2a00:1450:400a:

Re: [PATCH] ss: Enclose IPv6 address in brackets

2017-07-31 Thread Phil Sutter
On Sat, Jul 29, 2017 at 02:29:10PM +0200, Florian Lehner wrote: > This patch adds support for RFC2732 IPv6 address format with brackets > for the tool ss. So output for ss changes from > 2a00:1450:400a:804::200e:443 to [2a00:1450:400a:804::200e]:443 for IPv6 > addresses with attached port number. >

Re: [PATCH] ss: Enclose IPv6 address in brackets

2017-07-29 Thread Stephen Hemminger
On Sat, 29 Jul 2017 14:29:10 +0200 Florian Lehner wrote: > This patch adds support for RFC2732 IPv6 address format with brackets > for the tool ss. So output for ss changes from > 2a00:1450:400a:804::200e:443 to [2a00:1450:400a:804::200e]:443 for IPv6 > addresses with attached port number. > > S