From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
To: netfilter-devel@vger.kernel.org
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Subject: [PATCH 0/3] Introduce aliases for matches and targets
Date: Mon, 28 Jan 2013 21:32:52 +0100 [thread overview]
Message-ID: <1359405175-4394-1-git-send-email-kadlec@blackhole.kfki.hu> (raw)
The next patches introduce the alias support for matches and targets in
iptables. The goal is to keep the old syntax of matches/targets merged
into "super" matches/targets. This way firewall scripts can run unmodified,
using the old extensions.
The NOTRACK alias requires a new revision of the CT target (flags are checked
in the current revision). Next follows the kernel part of the patches. Until
the new revision is missing, instead of the warning, a notice is printed
to the users.
Please comment/ACK the patches.
Best regards,
Jozsef
Jozsef Kadlecsik (3):
Introduce match/target aliases
Add the "state" alias to the "conntrack" match
Add the "NOTRACK" alias to the "CT" target
extensions/libxt_CT.c | 48 ++++++++++++++++++++++++++++++++
extensions/libxt_NOTRACK.man | 4 +-
extensions/libxt_conntrack.c | 27 ++++++++++++++++--
extensions/libxt_state.man | 2 +-
include/linux/netfilter/xt_CT.h | 5 ++-
include/linux/netfilter/xt_conntrack.h | 1 +
include/xtables.h | 16 ++++++++++
iptables/ip6tables.c | 34 ++++++++++++----------
iptables/iptables.c | 34 ++++++++++++----------
9 files changed, 132 insertions(+), 39 deletions(-)
next reply other threads:[~2013-01-28 20:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-28 20:32 Jozsef Kadlecsik [this message]
2013-01-28 20:32 ` [PATCH 1/3] Introduce match/target aliases Jozsef Kadlecsik
2013-01-28 20:32 ` [PATCH 2/3] Add the "state" alias to the "conntrack" match Jozsef Kadlecsik
2013-01-28 20:32 ` [PATCH 3/3] Add the "NOTRACK" alias to the "CT" target Jozsef Kadlecsik
2013-01-30 20:56 ` [PATCH 0/3] Introduce aliases for matches and targets Pablo Neira Ayuso
2013-01-30 21:05 ` Jozsef Kadlecsik
2013-01-30 23:43 ` Pablo Neira Ayuso
2013-01-31 19:40 ` Jozsef Kadlecsik
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=1359405175-4394-1-git-send-email-kadlec@blackhole.kfki.hu \
--to=kadlec@blackhole.kfki.hu \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@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 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).