Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1183796
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Pablo Neira Ayuso <pablo@netfilter.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH nf-next] netfilter: nf_ct_sctp: minimal multihoming support |
| Date | Tue, 14 Jul 2015 17:40:02 +0200 |
| Message-ID | <pMatk-4pB-41@gated-at.bofh.it> (permalink) |
| References | <pM7vs-26N-3@gated-at.bofh.it> |
| X-Original-To | Michal Kubecek <mkubecek@suse.cz> |
| X-Qmail-Scanner-Diagnostics | from 127.0.0.1 by antivirus2 (envelope-from <pneira@us.es>, uid 501) with qmail-scanner-2.10 (clamdscan: 0.98.7/20691. spamassassin: 3.4.0. Clear:RC:1(127.0.0.1):SA:0(-103.2/7.5):. Processed in 2.724744 secs); 14 Jul 2015 15:33:03 -0000 |
| X-Spam-Asn | AS12715 87.216.0.0/16 |
| X-Envelope-From | pneira@us.es |
| X-Virus-Status | clean(F-Secure/fsigk_smtp/412/antivirus2) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 45 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | netfilter-devel@vger.kernel.org, coreteam@netfilter.org, linux-api@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Patrick McHardy <kaber@trash.net>, Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>, "David S. Miller" <davem@davemloft.net> |
| X-Original-Date | Tue, 14 Jul 2015 17:38:47 +0200 |
| X-Original-Message-ID | <20150714153847.GA3507@salvia> |
| X-Original-References | <20150714122311.8DA8EA0C9A@unicorn.suse.cz> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1183796 |
Show key headers only | View raw
On Tue, Jul 14, 2015 at 02:23:11PM +0200, Michal Kubecek wrote:
> @@ -658,6 +696,18 @@ static struct ctl_table sctp_sysctl_table[] = {
> .mode = 0644,
> .proc_handler = proc_dointvec_jiffies,
> },
> + {
> + .procname = "nf_conntrack_sctp_timeout_heartbeat_sent",
> + .maxlen = sizeof(unsigned int),
> + .mode = 0644,
> + .proc_handler = proc_dointvec_jiffies,
> + },
> + {
> + .procname = "nf_conntrack_sctp_timeout_heartbeat_acked",
> + .maxlen = sizeof(unsigned int),
> + .mode = 0644,
> + .proc_handler = proc_dointvec_jiffies,
> + },
> { }
> };
>
> @@ -705,6 +755,18 @@ static struct ctl_table sctp_compat_sysctl_table[] = {
> .mode = 0644,
> .proc_handler = proc_dointvec_jiffies,
> },
> + {
> + .procname = "ip_conntrack_sctp_timeout_heartbeat_sent",
> + .maxlen = sizeof(unsigned int),
> + .mode = 0644,
> + .proc_handler = proc_dointvec_jiffies,
> + },
> + {
> + .procname = "ip_conntrack_sctp_timeout_heartbeat_acked",
> + .maxlen = sizeof(unsigned int),
> + .mode = 0644,
> + .proc_handler = proc_dointvec_jiffies,
> + },
> { }
I don't see the nla_policy updates for the netlink cttimeout
interface.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH nf-next] netfilter: nf_ct_sctp: minimal multihoming support Pablo Neira Ayuso <pablo@netfilter.org> - 2015-07-14 17:40 +0200
csiph-web