Re: [PATCH 1/8] MINOR: tcp: Store upstream proxy TCP informations before overwrite

2016-11-14 Thread Willy Tarreau
Hi Bertrand, On Mon, Nov 14, 2016 at 08:49:28AM +0100, Willy Tarreau wrote: > I'll pick your fixes from the patchset though ;-) OK, patches 4 to 8 applied, and 1-3 kept for later, thanks! Willy

Re: [PATCH 1/8] MINOR: tcp: Store upstream proxy TCP informations before overwrite

2016-11-13 Thread Willy Tarreau
Hi Bertrand, On Mon, Nov 14, 2016 at 12:25:11AM +, Bertrand Jacquin wrote: > > I'm not against merging this patchset as-is, but at least I'd like > > to be sure that we find an elegant long-term solution to this. If > > it's not too hard to implement we could even implement it later and > >

Re: [PATCH 1/8] MINOR: tcp: Store upstream proxy TCP informations before overwrite

2016-11-13 Thread Bertrand Jacquin
On Sun, Nov 13, 2016 at 07:48:46PM +0100, Willy Tarreau wrote: > Hi Bertrand, > > On Sun, Nov 13, 2016 at 04:37:07PM +, Bertrand Jacquin wrote: > > This can be useful in order to extend ACL and log format with upstream > > proxy information when accept-proxy or accept-netscaler-cip is being >

Re: [PATCH 1/8] MINOR: tcp: Store upstream proxy TCP informations before overwrite

2016-11-13 Thread Willy Tarreau
Hi Bertrand, On Sun, Nov 13, 2016 at 04:37:07PM +, Bertrand Jacquin wrote: > This can be useful in order to extend ACL and log format with upstream > proxy information when accept-proxy or accept-netscaler-cip is being > used Thanks for these patches! Well, I understand that it can be

[PATCH 1/8] MINOR: tcp: Store upstream proxy TCP informations before overwrite

2016-11-13 Thread Bertrand Jacquin
This can be useful in order to extend ACL and log format with upstream proxy information when accept-proxy or accept-netscaler-cip is being used --- include/proto/connection.h | 32 include/types/connection.h | 9 - src/connection.c | 42