All of lore.kernel.org
 help / color / mirror / Atom feed
* Iptalbes/Netfilter  ContextId
@ 2005-10-04  0:24 Jerry Alexander
  0 siblings, 0 replies; only message in thread
From: Jerry Alexander @ 2005-10-04  0:24 UTC (permalink / raw)
  To: netfilter-devel, jerrya

Dear Netfilter-devel:

     Working on implementing packetswitching.
     Of course  Iptables/Netfilter looks like the
correct medium to do so.
     Loaded things up and  iptables could
Add(append), subtract(delete) and move(replace) UDP/IP
connections.
     Wrote a base module using nf_register_hook at PREROUTING
to gather packet stats.
     My problem is this.  My manager wants a "ContextId"
generated during the a  add,subtract,move commands.  Of
course this would have to be unique(using a hashing algorithm
which uses the IP address and the Port Number).
     Right now this looks like it would need to be generated in the
kernel module.   But this would require all the Append/delete/Replace
command functions moved to the kernel function also!!
     Hoping someone can point me in the right direction on how
this would be done using Iptables and Netfilter.

                                  Thanks,
                                         Jerry

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-04  0:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-04  0:24 Iptalbes/Netfilter ContextId Jerry Alexander

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.