All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira <pablo@eurodev.net>
To: Harald Welte <laforge@netfilter.org>,
	Kiran Kumar <immidi_kiran@yahoo.com>,
	Netfilter Development Mailinglist
	<netfilter-devel@lists.netfilter.org>
Subject: Re: sctp conntrack
Date: Mon, 02 Aug 2004 13:37:30 +0200	[thread overview]
Message-ID: <410E277A.3050202@eurodev.net> (raw)
In-Reply-To: <410E26DB.2070307@eurodev.net>

Hi again,

I forgot something...

Pablo Neira wrote:

>-#define NET_IP_CONNTRACK_MAX 2089
>-
> static ctl_table ip_ct_netfilter_table[] = {
> 	{
> 		.ctl_name	= NET_IPV4_NETFILTER,
>@@ -460,14 +458,6 @@
> 		.mode		= 0555,
> 		.child		= ip_ct_sysctl_table,
> 	},
>-	{
>-		.ctl_name	= NET_IP_CONNTRACK_MAX,
>-		.procname	= "ip_conntrack_max",
>-		.data		= &ip_conntrack_max,
>-		.maxlen		= sizeof(int),
>-		.mode		= 0644,
>-		.proc_handler	= &proc_dointvec
>-	},
> 	{ .ctl_name = 0 }
> };
> 
>  
>

ip_conntrack_max is duplicated, is there any reason to do so? that's why 
I remove that entry in the sysctl table.

regards,
Pablo

  reply	other threads:[~2004-08-02 11:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-22 19:16 sctp conntrack Harald Welte
2004-07-27  8:18 ` Kiran Kumar Immidi
2004-08-01 16:50   ` Harald Welte
2004-08-02 10:25     ` Kiran Kumar Immidi
2004-08-02 11:05       ` Harald Welte
2004-08-02 11:34         ` Pablo Neira
2004-08-02 11:37           ` Pablo Neira [this message]
2004-08-02 11:54             ` Jozsef Kadlecsik
2004-08-02 12:32               ` Pablo Neira

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=410E277A.3050202@eurodev.net \
    --to=pablo@eurodev.net \
    --cc=immidi_kiran@yahoo.com \
    --cc=laforge@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.