netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] netfilter: xt_condition: add condition target
@ 2010-08-12  6:37 Luciano Coelho
  2010-08-12  6:37 ` [PATCH 1/1] netfilter: xt_condition: add condition target support Luciano Coelho
  2010-08-12 10:10 ` [PATCH 0/1] netfilter: xt_condition: add condition target Jan Engelhardt
  0 siblings, 2 replies; 4+ messages in thread
From: Luciano Coelho @ 2010-08-12  6:37 UTC (permalink / raw)
  To: netfilter-devel; +Cc: netdev, kaber, jengelh, sameo, janne.ylalehto

Hello,

So here's my patch to include the condition target in the existing condition
module.  This patch is supposed to be applied on top of the previous
xt_condition patches I submitted and is intended for 2.6.37 (I'll resend all
the 3 patches when the next tree starts accepting patches again).

One thing that came to my mind was whether it would make sense to rename this
match/target combo to "variable" instead of "condition".  To me it makes more
sense to call it variable than condition, since I have changed the value from
boolean to u32.  On the other hand, it could become very confusing because it
used to be called condition in its xtables-addons days...

Your comments are appreciated!

Cheers,
Luca.

Luciano Coelho (1):
  netfilter: xt_condition: add condition target support

 include/linux/netfilter/xt_condition.h |   13 ++-
 net/netfilter/Kconfig                  |   19 ++--
 net/netfilter/Makefile                 |    2 +-
 net/netfilter/xt_condition.c           |  194 +++++++++++++++++++++++---------
 4 files changed, 165 insertions(+), 63 deletions(-)


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

end of thread, other threads:[~2010-08-12 10:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-12  6:37 [PATCH 0/1] netfilter: xt_condition: add condition target Luciano Coelho
2010-08-12  6:37 ` [PATCH 1/1] netfilter: xt_condition: add condition target support Luciano Coelho
2010-08-12 10:10 ` [PATCH 0/1] netfilter: xt_condition: add condition target Jan Engelhardt
2010-08-12 10:14   ` Luciano Coelho

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