From: Philip Craig Date: Wed, 9 Nov 2005 21:01:53 +0000 (-0800) Subject: [NETFILTER] PPTP helper: fix PNS-PAC expectation call id X-Git-Tag: v2.6.15-rc1~60^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5978a9b82c55b82a1087bd86e0ae8b00f94d0d0b;p=pandora-kernel.git [NETFILTER] PPTP helper: fix PNS-PAC expectation call id The reply tuple of the PNS->PAC expectation was using the wrong call id. So we had the following situation: - PNS behind NAT firewall - PNS call id requires NATing - PNS->PAC gre packet arrives first then the PNS->PAC expectation is matched, and the other expectation is deleted, but the PAC->PNS gre packets do not match the gre conntrack because the call id is wrong. We also cannot use ip_nat_follow_master(). Signed-off-by: Philip Craig Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed