From: Michal Rokos <michal@rokos.info>
To: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Cc: netfilter-devel@lists.netfilter.org, usagi-core@linux-ipv6.org
Subject: Re: nf_conntrack_core: port to module_param
Date: Sun, 17 Oct 2004 23:41:00 +0200 [thread overview]
Message-ID: <4172E6EC.9030106@rokos.info> (raw)
In-Reply-To: <200410172131.i9HLVrVF010252@toshiba.co.jp>
Hello,
Yasuyuki Kozakai wrote:
> As I said at usagi-users ML, I have already started synchronizing nf_conntrack
> with ip_conntrack in linux 2.9.6-rc4, and already done same changes in your
> patch.
I'm very pleased to see it's happening.
> By the way, I reviewed your patches sent to usagi-users ML.
> - 3 patches to introduce seq_file API.
> - a patch to introduce module_param to ftp module.
>
> They were almost fine for me, and applied them. Thank you!
No - I thank you!
> Then could you send your Signed-off-by ?
Signed-off-by: Michal Rokos <michal@rokos.info>
(and I'll append this in all latter patches)
> And, I'm changing many parts and afraid of double work. After more some
> changes and tests, I'll send the latest nf_conntrack (or commit it to tree
> in netfilter site). I use the branch for nf_conntrack in USAGI tree as
> snapshot only. Moreover, I think that almost people check nf_conntrack
> in only netfilter site.
>
> So, could you wait for a while to prevent double work and use nf_conntrack
> in netfilter site if you want to make patches ?
Of course! I'd hate that (double work) too.
I'll be checking out netfilter repository only.
Michal
>
> Regards,
>
> -----------------------------------------------------------------
> Yasuyuki KOZAKAI @ USAGI Project <yasuyuki.kozakai@toshiba.co.jp>
>
>
> From: Michal Rokos <michal@rokos.info>
> Date: Sat, 16 Oct 2004 00:10:40 +0200
>
>
>>Hello,
>>
>>as Yasuyuki KOZAKAI directed, I'm sending nf_conntrack patches here
>>instead of usagi-users.
>>
>>This one is 1 addition I forget to fold into last patch I sent.
>>
>>Make nf_conntrack_core use module_param() and turn of debugging by
>>default.
>>
>>Michal
>>
>># This is a BitKeeper generated diff -Nru style patch.
>>#
>># ChangeSet
>># 2004/10/15 23:52:28+02:00 michal@michal.rokos.info
>># Forgot to port nf_conntrack_core to module_param too.
>>#
>># net/netfilter/nf_conntrack_core.c
>># 2004/10/15 23:52:17+02:00 michal@michal.rokos.info +2 -2
>># Port nf_conntrack_core to module_param too.
>>#
>>diff -Nru a/net/netfilter/nf_conntrack_core.c
>>b/net/netfilter/nf_conntrack_core.c
>>--- a/net/netfilter/nf_conntrack_core.c 2004-10-16 00:07:30 +02:00
>>+++ b/net/netfilter/nf_conntrack_core.c 2004-10-16 00:07:30 +02:00
>>@@ -53,7 +53,7 @@
>>
>> #define NF_CONNTRACK_VERSION "0.3"
>>
>>-#if 1
>>+#if 0
>> #define DEBUGP printk
>> #else
>> #define DEBUGP(format, args...)
>>@@ -1653,7 +1653,7 @@
>> }
>>
>> static int hashsize;
>>-MODULE_PARM(hashsize, "i");
>>+module_param(hashsize, int, 0400);
>>
>> int __init nf_conntrack_init(void)
>> {
>>
>>
next prev parent reply other threads:[~2004-10-17 21:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-15 22:10 nf_conntrack_core: port to module_param Michal Rokos
2004-10-17 21:31 ` Yasuyuki Kozakai
2004-10-17 21:41 ` Michal Rokos [this message]
2004-10-18 13:45 ` Harald Welte
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=4172E6EC.9030106@rokos.info \
--to=michal@rokos.info \
--cc=netfilter-devel@lists.netfilter.org \
--cc=usagi-core@linux-ipv6.org \
--cc=yasuyuki.kozakai@toshiba.co.jp \
/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.