From: Changli Gao <xiaosuo@gmail.com>
To: Luciano Coelho <luciano.coelho@nokia.com>
Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org,
kaber@trash.net, jengelh@medozas.de, sameo@linux.intel.com
Subject: Re: [RFC 0/2] netfilter: xtables: CONDITION target implementation
Date: Mon, 19 Jul 2010 22:27:25 +0800 [thread overview]
Message-ID: <AANLkTilRtCiuAwox2sTsEu73fE89OLEUtIbVQ_njtkqz@mail.gmail.com> (raw)
In-Reply-To: <1279548947-10470-1-git-send-email-luciano.coelho@nokia.com>
On Mon, Jul 19, 2010 at 10:15 PM, Luciano Coelho
<luciano.coelho@nokia.com> wrote:
> From: Luciano Coelho <coelho@testbed.(none)>
>
> Hi all,
>
> As discussed earlier, I've been looking for a way to enable and disable the
> condition match automatically, in the netfilter tables themselves (ie. without
> the need to use procfs).
>
> This is my initial implementation. Please let me know how it looks. The first
> patch is based on the xt_condition patch that Jan sent to the list (but which
> has not been finalized for inclusion yet). Once the condition match gets
> applied, I'll forward port my patch and submit it again.
>
> Cheers,
> Luca.
>
> Luciano Coelho (2):
> netfilter: xt_condition: export list management code
> netfilter: xtables: implement CONDITION target
>
> include/linux/netfilter/Kbuild | 1 +
> include/linux/netfilter/xt_CONDITION.h | 39 +++++++++++
> include/linux/netfilter/xt_condition.h | 17 +++++-
> net/netfilter/Kconfig | 12 ++++
> net/netfilter/Makefile | 1 +
> net/netfilter/xt_CONDITION.c | 112 ++++++++++++++++++++++++++++++++
> net/netfilter/xt_condition.c | 82 ++++++++++++++----------
Why not combine xt_CONDITION.c and xt_condition.c into xt_condition.c,
like xt_mark.c?
--
Regards,
Changli Gao(xiaosuo@gmail.com)
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-07-19 14:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-19 14:15 [RFC 0/2] netfilter: xtables: CONDITION target implementation Luciano Coelho
2010-07-19 14:15 ` [RFC 1/2] netfilter: xt_condition: export list management code Luciano Coelho
2010-07-19 16:13 ` Jan Engelhardt
2010-07-19 19:14 ` Luciano Coelho
2010-07-19 19:31 ` Luciano Coelho
2010-07-19 14:15 ` [RFC 2/2] netfilter: xtables: implement CONDITION target Luciano Coelho
2010-07-19 14:27 ` Changli Gao [this message]
2010-07-19 14:31 ` [RFC 0/2] netfilter: xtables: CONDITION target implementation Luciano Coelho
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=AANLkTilRtCiuAwox2sTsEu73fE89OLEUtIbVQ_njtkqz@mail.gmail.com \
--to=xiaosuo@gmail.com \
--cc=jengelh@medozas.de \
--cc=kaber@trash.net \
--cc=luciano.coelho@nokia.com \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=sameo@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).