Fwd: [PATCH 1/2] FEATURE: add MPTCP per address support

2024-08-26 Thread Anthony Doeraene
-- Forwarded message - From: Anthony Doeraene Date: Mon, Aug 26, 2024 at 11:14 AM Subject: Re: [PATCH 1/2] FEATURE: add MPTCP per address support To: Willy Tarreau Hello, On Fri, Aug 23, 2024 at 4:36 PM Willy Tarreau wrote: > > diff --git a/include/haproxy/compat.h b/i

Re: [PATCH 1/2] FEATURE: add MPTCP per address support

2024-08-26 Thread Anthony Doeraene
Hello, On Fri, Aug 23, 2024 at 4:36 PM Willy Tarreau wrote: > > diff --git a/include/haproxy/compat.h b/include/haproxy/compat.h > > index 3829060b7..2347d62cb 100644 > > --- a/include/haproxy/compat.h > > +++ b/include/haproxy/compat.h > > @@ -317,6 +317,11 @@ typedef struct { } empty_t; > > #d

Re: [PATCH v2 4/4] FEATURE: add MPTCP per address support

2024-08-26 Thread Anthony Doeraene
Hello, Changelog compared to the previous patch: - split some code to patches 1-3/4 - use MPTCP with the backend if set in the backend config thanks to patches X/4 - remove ".receivers" in the new MPTCP protocol structures. - split too large lines - fix family for 'mptcp6@' address Another quest

Fwd: [PATCH v2 4/4] FEATURE: add MPTCP per address support

2024-08-30 Thread Anthony Doeraene
-- Forwarded message - From: Anthony Doeraene Date: Fri, Aug 30, 2024 at 3:32 PM Subject: Re: [PATCH v2 4/4] FEATURE: add MPTCP per address support To: Willy Tarreau > Otherwise let me know if I can apply it as-is. Seems good to me ! Thank you again for your reviews. &g