From: Patrick McHardy <kaber@trash.net>
To: Ian McDonald <imcdnzl@gmail.com>
Cc: Netfilter Development Mailinglist
<netfilter-devel@lists.netfilter.org>,
dccp@vger.kernel.org
Subject: Re: [NETFILTER]: DCCP conntrack/NAT
Date: Thu, 17 Nov 2005 06:46:17 +0100 [thread overview]
Message-ID: <437C1929.8070808@trash.net> (raw)
In-Reply-To: <437C1805.40400@trash.net>
Patrick McHardy wrote:
> I've updated the DCCP conntrack patch to apply to the current
> kernel and added NAT support. No further work has be done
> so far, the state transitions are probably still incomplete
> and/or wrong, but NAT seems to work in some quick testing.
>
> If you're going to test it, please let me know about problems.
Already found the first one. If you want to use it on SMP you
need to replace DEFINE_SPINLOCK by DEFINE_RWLOCK.
> diff --git a/net/ipv4/netfilter/ip_conntrack_proto_dccp.c b/net/ipv4/netfilter/ip_conntrack_proto_dccp.c
> new file mode 100644
> index 0000000..f90e152
> --- /dev/null
> +++ b/net/ipv4/netfilter/ip_conntrack_proto_dccp.c
> @@ -0,0 +1,741 @@
...
> +
> +static DEFINE_SPINLOCK(dccp_lock);
> +
prev parent reply other threads:[~2005-11-17 5:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-17 5:41 [NETFILTER]: DCCP conntrack/NAT Patrick McHardy
2005-11-17 5:46 ` Patrick McHardy [this message]
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=437C1929.8070808@trash.net \
--to=kaber@trash.net \
--cc=dccp@vger.kernel.org \
--cc=imcdnzl@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.