netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce aliases for matches and targets
@ 2013-01-28 20:32 Jozsef Kadlecsik
  2013-01-28 20:32 ` [PATCH 1/3] Introduce match/target aliases Jozsef Kadlecsik
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jozsef Kadlecsik @ 2013-01-28 20:32 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo Neira Ayuso

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(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-31 19:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 20:32 [PATCH 0/3] Introduce aliases for matches and targets Jozsef Kadlecsik
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

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).