commit | d811552eda2476215d69d485e437d2dcae1ab0b4 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Thu Nov 03 13:05:20 2005 +0100 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Fri Nov 04 23:19:17 2005 -0200 |
tree | eb745550f1d2e40dafc71d95c20ec3e46ce9fdda | |
parent | 3428c209c6820bbbb7dfb323caef8d402b3deb4c [diff] |
[NETFILTER] PPTP helper: Fix endianness bug in GRE key / CallID NAT This endianness bug slipped through while changing the 'gre.key' field in the conntrack tuple from 32bit to 16bit. None of my tests caught the problem, since the linux pptp client always has '0' as call id / gre key. Only windows clients actually trigger the bug. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>