Re: [PATCH v2 2/2] netfilter: ip6t_SYNPROXY: fix sending window update to client

2015-08-10 Thread Pablo Neira Ayuso
On Mon, Aug 10, 2015 at 10:06:07AM +0200, Patrick McHardy wrote: > On 09.08, Phil Sutter wrote: > > This is the identical fix as "netfilter: ipt_SYNPROXY: fix sending > > window update to client" but for the IPv6 variant which obviously > > suffers from the same issue. > > Looks fine to me. > > A

Re: [PATCH v2 2/2] netfilter: ip6t_SYNPROXY: fix sending window update to client

2015-08-10 Thread Patrick McHardy
On 09.08, Phil Sutter wrote: > This is the identical fix as "netfilter: ipt_SYNPROXY: fix sending > window update to client" but for the IPv6 variant which obviously > suffers from the same issue. Looks fine to me. Acked-by: Patrick McHardy (Also for the IPv4 version, which for some reason I di

[PATCH v2 2/2] netfilter: ip6t_SYNPROXY: fix sending window update to client

2015-08-09 Thread Phil Sutter
This is the identical fix as "netfilter: ipt_SYNPROXY: fix sending window update to client" but for the IPv6 variant which obviously suffers from the same issue. Signed-off-by: Phil Sutter --- Changes since v1: - Adjust for v2 changes of first patch. --- net/ipv6/netfilter/ip6t_SYNPROXY.c | 3 ++