[netfilter-cvslog] r4240 - trunk/patch-o-matic-ng/patchlets/pptp-conntrack-nat/linux-2.6.11/net/ipv4/netfilter

laforge at netfilter.org laforge at netfilter.org
Fri Aug 12 15:54:15 CEST 2005


Author: laforge at netfilter.org
Date: 2005-08-12 15:54:15 +0200 (Fri, 12 Aug 2005)
New Revision: 4240

Modified:
   trunk/patch-o-matic-ng/patchlets/pptp-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_nat_pptp.c
Log:
NAT PPTP Set-Link-Info messages in the PAC->PNS direction.
These are sent by Windows Server 2003.

Note that Set-Link-Info messages do not need to be NATed in the
PNS->PAC direction, since we never NAT the PAC call id.
(Philip Craig)


Modified: trunk/patch-o-matic-ng/patchlets/pptp-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_nat_pptp.c
===================================================================
--- trunk/patch-o-matic-ng/patchlets/pptp-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_nat_pptp.c	2005-08-12 12:34:44 UTC (rev 4239)
+++ trunk/patch-o-matic-ng/patchlets/pptp-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_nat_pptp.c	2005-08-12 13:54:15 UTC (rev 4240)
@@ -296,6 +296,9 @@
 	case PPTP_CALL_DISCONNECT_NOTIFY:
 		pcid = &pptpReq->disc.callID;
 		break;
+	case PPTP_SET_LINK_INFO:
+		pcid = &pptpReq->setlink.peersCallID;
+		break;
 
 	default:
 		DEBUGP("unknown inbound packet %s\n",




More information about the netfilter-cvslog mailing list