From: Silimite <silimite@gmail.com>
To: netfilter-devel <netfilter-devel@lists.netfilter.org>
Subject: Handling large amounts of data
Date: Sun, 15 May 2005 17:46:21 -0400 [thread overview]
Message-ID: <5ad977d10505151446348e932f@mail.gmail.com> (raw)
I have written an iptables module called "multirange" that works like
a combination of iprange and multiport. That is, you can specify
multiple ranges to be matched by one rule.
I had to do this because I am loading some 100000 entries into this
rule and I needed something efficient at handling this many ranges.
My question is, what is the best way to communicate all these ranges
from user-space into the kernel module? I am currently loading them
via procfs. Is this an acceptable method or should I be looking at
something else? It certainly works great but I would like it to be as
"proper" as possible.
Thanks!
s
next reply other threads:[~2005-05-15 21:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-15 21:46 Silimite [this message]
2005-05-15 22:15 ` Handling large amounts of data Tobias DiPasquale
2005-05-16 14:39 ` Silimite
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=5ad977d10505151446348e932f@mail.gmail.com \
--to=silimite@gmail.com \
--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.