[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1282034213-1829-1-git-send-email-luciano.coelho@nokia.com>
Date: Tue, 17 Aug 2010 11:36:50 +0300
From: Luciano Coelho <luciano.coelho@...ia.com>
To: kaber@...sh.net
Cc: netfilter-devel@...r.kernel.org, netdev@...r.kernel.org,
jengelh@...ozas.de, sameo@...ux.intel.com, janne.ylalehto@...ia.com
Subject: [PATCH RESEND 0/3] netfilter: xtables: inclusion of condition match and target
Hi,
I'm resending these three patches now that the net-next is open for development
again. These patches include the xt_condition match and target.
Please integrate if everything is okay.
Cheers,
Luca.
Luciano Coelho (3):
netfilter: xtables: inclusion of xt_condition
netfilter: xt_condition: change the value from boolean to u32
netfilter: xt_condition: add condition target support
include/linux/netfilter/Kbuild | 1 +
include/linux/netfilter/xt_condition.h | 26 +++
net/netfilter/Kconfig | 11 +
net/netfilter/Makefile | 1 +
net/netfilter/xt_condition.c | 357 ++++++++++++++++++++++++++++++++
5 files changed, 396 insertions(+), 0 deletions(-)
create mode 100644 include/linux/netfilter/xt_condition.h
create mode 100644 net/netfilter/xt_condition.c
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists