From: Jerry Alexander <jerrya@airmail.net>
To: netfilter-devel@lists.netfilter.org
Subject: Netfilter ContextID
Date: Tue, 04 Oct 2005 13:26:47 -0500 [thread overview]
Message-ID: <4342C967.2050308@airmail.net> (raw)
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
next reply other threads:[~2005-10-04 18:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-04 18:26 Jerry Alexander [this message]
2005-10-10 13:04 ` Netfilter ContextID Amin Azez
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=4342C967.2050308@airmail.net \
--to=jerrya@airmail.net \
--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.