Re: [PATCH] improve DNS response parsing

2017-03-25 Thread Aleksandar Lazic
Am 25-03-2017 08:29, schrieb Baptiste: On Fri, Mar 24, 2017 at 11:56 AM, Willy Tarreau wrote: Hi Baptiste, On Thu, Mar 23, 2017 at 09:05:19PM +0100, Baptiste wrote: Currently, HAProxy picks up the first IP available in the response which matches a familiy preference or a

Re: [PATCH] improve DNS response parsing

2017-03-25 Thread Baptiste
On Fri, Mar 24, 2017 at 11:56 AM, Willy Tarreau wrote: > Hi Baptiste, > > On Thu, Mar 23, 2017 at 09:05:19PM +0100, Baptiste wrote: > > Currently, HAProxy picks up the first IP available in the response which > > matches a familiy preference or a subnet preference. > > That said,

Re: [PATCH] improve DNS response parsing

2017-03-24 Thread Willy Tarreau
Hi Baptiste, On Thu, Mar 23, 2017 at 09:05:19PM +0100, Baptiste wrote: > Currently, HAProxy picks up the first IP available in the response which > matches a familiy preference or a subnet preference. > That said, there are chances that this IP is already assigned to an other > server in the

[PATCH] improve DNS response parsing

2017-03-23 Thread Baptiste
Hi all, Currently, HAProxy picks up the first IP available in the response which matches a familiy preference or a subnet preference. That said, there are chances that this IP is already assigned to an other server in the backend while some other IPs are unassigned in the same response. This