All of lore.kernel.org
 help / color / mirror / Atom feed
* Handling large amounts of data
@ 2005-05-15 21:46 Silimite
  2005-05-15 22:15 ` Tobias DiPasquale
  0 siblings, 1 reply; 3+ messages in thread
From: Silimite @ 2005-05-15 21:46 UTC (permalink / raw)
  To: netfilter-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-16 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-15 21:46 Handling large amounts of data Silimite
2005-05-15 22:15 ` Tobias DiPasquale
2005-05-16 14:39   ` Silimite

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.