]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: nf_nat_pptp: fix expectation removal
authorPatrick McHardy <kaber@trash.net>
Fri, 26 Jan 2007 09:07:30 +0000 (01:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jan 2007 09:07:30 +0000 (01:07 -0800)
commit52b8d4f49d2d93b38d35acdf8e532e749d20fea7
tree574b983f7b99505b3c21c29eb61352dd9e534702
parentef11a1a646b8b11f3de48762f3cacc0b5c985263
[NETFILTER]: nf_nat_pptp: fix expectation removal

When removing the expectation for the opposite direction, the PPTP NAT
helper initializes the tuple for lookup with the addresses of the
opposite direction, which makes the lookup fail.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/nf_nat_pptp.c