Re: [PATCH] netfilter: Fix removal of GRE expectation entries created by PPTP

2015-11-10 Thread Pablo Neira Ayuso
On Tue, Nov 10, 2015 at 05:36:29PM +0100, Pablo Neira Ayuso wrote: > From: Anthony Lineham > > The uninitialized tuple structure caused incorrect hash calculation > and the lookup failed. Please, ignore this. This patch is already in the nf tree, it just slipped through in my last git send-emai

[PATCH] netfilter: Fix removal of GRE expectation entries created by PPTP

2015-11-10 Thread Pablo Neira Ayuso
From: Anthony Lineham The uninitialized tuple structure caused incorrect hash calculation and the lookup failed. Link: https://bugzilla.kernel.org/show_bug.cgi?id=106441 Signed-off-by: Anthony Lineham --- Original patch posted on kernel bugzilla. net/ipv4/netfilter/nf_nat_pptp.c | 2 +- 1 fil