[NETFILTER]: nf_conntrack: TCP conntrack reopening fix
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 8 Feb 2008 01:54:56 +0000 (17:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2008 01:54:56 +0000 (17:54 -0800)
TCP connection tracking in netfilter did not handle TCP reopening
properly: active close was taken into account for one side only and
not for any side, which is fixed now. The patch includes more comments
to explain the logic how the different cases are handled.
The bug was discovered by Jeff Chua.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found