]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[NETFILTER]: PPTP conntrack: fix PPTP_IN_CALL message types
authorPatrick McHardy <kaber@trash.net>
Wed, 20 Sep 2006 19:10:52 +0000 (12:10 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:20:18 +0000 (15:20 -0700)
commit62fbe9c82b20197a4f9c54f7add5d368418ba277
tree8dac2b3d2e0fe0bced40b4c12656070023eb4ac2
parent750a58423309b56751076329e9edf61b93213e0f
[NETFILTER]: PPTP conntrack: fix PPTP_IN_CALL message types

Fix incorrectly used message types and call IDs:

- PPTP_IN_CALL_REQUEST (PAC->PNS) contains a PptpInCallRequest (icreq)
  message and the PAC call ID

- PPTP_IN_CALL_REPLY (PNS->PAC) contains a PptpInCallReply (icack)
  message and the PNS call ID

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