commit | f79e7802153829e015dc2a60eb8b7444eb191b67 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Jan 09 14:34:14 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 09 14:34:14 2007 -0800 |
tree | fb6cc9bfbf9c8c19685cf29b53fad947085ed276 | |
parent | ffed53d25bf36efb0571f7d9109f2e95df7f8b33 [diff] |
[NETFILTER]: tcp conntrack: fix IP_CT_TCP_FLAG_CLOSE_INIT value IP_CT_TCP_FLAG_CLOSE_INIT is a flag and should have a value of 0x4 instead of 0x3, which is IP_CT_TCP_FLAG_WINDOW_SCALE | IP_CT_TCP_FLAG_SACK_PERM. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>