Re: Haproxy 1.7 and Ipv6-only hosts

2017-01-10 Thread Willy Tarreau
Hi Maxim, On Tue, Jan 10, 2017 at 03:42:44PM +0300, ?? wrote: > Hi Willy, Baptiste! > > Patch is working for me. Thank you very much for help! Excellent, thanks to you for the feedback. I'll merge it and backport it and I should be able to emit 1.7.2 soon now.

Re: Haproxy 1.7 and Ipv6-only hosts

2017-01-10 Thread Максим Куприянов
Hi Willy, Baptiste! Patch is working for me. Thank you very much for help! 2017-01-06 21:53 GMT+03:00 Willy Tarreau : > Hi Baptiste, Maxim, > > On Wed, Dec 28, 2016 at 02:04:44PM +0100, Baptiste wrote: > > On Fri, Dec 23, 2016 at 5:21 PM, Willy Tarreau wrote: > > >

Re: Haproxy 1.7 and Ipv6-only hosts

2017-01-06 Thread Willy Tarreau
Hi Baptiste, Maxim, On Wed, Dec 28, 2016 at 02:04:44PM +0100, Baptiste wrote: > On Fri, Dec 23, 2016 at 5:21 PM, Willy Tarreau wrote: > > Regarding this issue, I think that in fact we should decide to split the > > server port apart from the address. After all, we're manipulating

Re: Haproxy 1.7 and Ipv6-only hosts

2016-12-28 Thread Baptiste
On Fri, Dec 23, 2016 at 5:21 PM, Willy Tarreau wrote: > Hi Baptiste, > > > On Fri, Dec 23, 2016 at 04:57:36PM +0100, Willy Tarreau wrote: > (...) > > The problem is that in order not > > to lose the port which was already parsed, we temporarily set the family > to > > AF_INET and

Re: Haproxy 1.7 and Ipv6-only hosts

2016-12-23 Thread Willy Tarreau
On Fri, Dec 23, 2016 at 05:21:57PM +0100, Willy Tarreau wrote: > Hi Baptiste, > > > On Fri, Dec 23, 2016 at 04:57:36PM +0100, Willy Tarreau wrote: > (...) > > The problem is that in order not > > to lose the port which was already parsed, we temporarily set the family to > > AF_INET and store

Re: Haproxy 1.7 and Ipv6-only hosts

2016-12-23 Thread Willy Tarreau
Hi Baptiste, On Fri, Dec 23, 2016 at 04:57:36PM +0100, Willy Tarreau wrote: (...) > The problem is that in order not > to lose the port which was already parsed, we temporarily set the family to > AF_INET and store the port in the sockaddr. The problem is that by doing so > we lose the initial

Re: Haproxy 1.7 and Ipv6-only hosts

2016-12-23 Thread Willy Tarreau
Hi Maksim, On Fri, Dec 23, 2016 at 12:59:05PM +0300, ?? wrote: > Hi! > > Since I've installed 1.7.1 version of haproxy over 1.6.10 ??? it stopped > working with ipv6-only backends (no A-record in DNS at all, only ), > even with USE_GETADDRINFO=1 set. Haproxy

Haproxy 1.7 and Ipv6-only hosts

2016-12-23 Thread Максим Куприянов
Hi! Since I've installed 1.7.1 version of haproxy over 1.6.10 – it stopped working with ipv6-only backends (no A-record in DNS at all, only ), even with USE_GETADDRINFO=1 set. Haproxy says, that it 'could not resolve address' and exits on a parsing phase. The problem is in fuction