]> git.karo-electronics.de Git - linux-beck.git/commit
[NETFILTER]: nf_nat: Clears helper private area when NATing
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Thu, 10 May 2007 21:16:24 +0000 (14:16 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 11 May 2007 06:47:48 +0000 (23:47 -0700)
commit5d78a84913abc1b2ef1ec0c14a78ec99517cc122
tree9b82e98f371ea2d9db40028ed473fc39ddbfbdee
parentdf293bbb6ff80f40a2308140ba4cbc2d3c1b18da
[NETFILTER]: nf_nat: Clears helper private area when NATing

Some helpers (eg. ftp) assume that private area in conntrack is
filled with zero. It should be cleared when helper is changed.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_core.c