Jozsef Kadlecsik wrote:
On Sun, 31 May 2009, Jozsef Kadlecsik wrote:
---
include/linux/netfilter/nf_conntrack_tcp.h | 2 +-
net/netfilter/nf_conntrack_proto_tcp.c | 97 +++++++++++++++++-----------
2 files changed, 61 insertions(+), 38 deletions(-)
Signed-off-by: Jozsef Kadlecsik <kadlec@xxxxxxxxxxxxxxxxx>
Sorry, that line was not added.
Applied to nf-next.git, thanks Jozsef. I've made two minor changes:
- keep TCP_CONNTRACK_LISTEN around to avoid userspace compilation
errors and make the new state a #define to be able to check for
it using the preprocessor:
TCP_CONNTRACK_LISTEN, /* obsolete */
#define TCP_CONNTRACK_SYN_SENT2 TCP_CONNTRACK_LISTEN
- fixed a compilation error resulting from a missing '{':
.proc_handler = proc_dointvec_jiffies,
},
+ .procname = "ip_conntrack_tcp_timeout_syn_sent2",
+ .data = &tcp_timeouts[TCP_CONNTRACK_SYN_SENT2],
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html