于 2012年06月29日 23:23, pablo@xxxxxxxxxxxxx 写道: > From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > This patch adds missing per-net support for the cttimeout > infrastructure to TCP. > > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > --- > net/netfilter/nf_conntrack_proto_tcp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Sorry,actually I missed it,thanks! Acked-by: Gao feng <gaofeng@xxxxxxxxxxxxxx> > > diff --git a/net/netfilter/nf_conntrack_proto_tcp.c b/net/netfilter/nf_conntrack_proto_tcp.c > index 07e56ea..a5ac11e 100644 > --- a/net/netfilter/nf_conntrack_proto_tcp.c > +++ b/net/netfilter/nf_conntrack_proto_tcp.c > @@ -821,7 +821,7 @@ static int tcp_error(struct net *net, struct nf_conn *tmpl, > > static unsigned int *tcp_get_timeouts(struct net *net) > { > - return tcp_timeouts; > + return tcp_pernet(net)->timeouts; > } > > /* Returns verdict for packet, or -1 for invalid. */ -- 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