netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iptables-next 0/2] extensions: add condition match and target extensions
@ 2010-08-31  7:28 luciano.coelho
  2010-08-31  7:28 ` [PATCH iptables-next 1/2] extensions: add condition match extension luciano.coelho
  2010-08-31  7:28 ` [PATCH iptables-next 2/2] extensions: add condition target extension luciano.coelho
  0 siblings, 2 replies; 3+ messages in thread
From: luciano.coelho @ 2010-08-31  7:28 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel

From: Luciano Coelho <luciano.coelho@nokia.com>

Hi,

These patches add the condition match and target extensions to the iptables
tool.  These are the corresponding user space changes for the kernel patches I
sent previously (they work regardless of whether the capabilities patch is
applied or not).

This patches should be released in the iptables tool when the condition kernel
patches are released, so they should go to the iptables-next tree.

Cheers,
Luca.

Luciano Coelho (2):
  extensions: add condition match extension
  extensions: add condition target extension.

 extensions/libxt_CONDITION.c   |  144 ++++++++++++++++++++++++++++++++++++++++
 extensions/libxt_CONDITION.man |    9 +++
 extensions/libxt_condition.c   |  128 +++++++++++++++++++++++++++++++++++
 extensions/libxt_condition.man |   10 +++
 4 files changed, 291 insertions(+), 0 deletions(-)
 create mode 100644 extensions/libxt_CONDITION.c
 create mode 100644 extensions/libxt_CONDITION.man
 create mode 100644 extensions/libxt_condition.c
 create mode 100644 extensions/libxt_condition.man


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

end of thread, other threads:[~2010-08-31  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31  7:28 [PATCH iptables-next 0/2] extensions: add condition match and target extensions luciano.coelho
2010-08-31  7:28 ` [PATCH iptables-next 1/2] extensions: add condition match extension luciano.coelho
2010-08-31  7:28 ` [PATCH iptables-next 2/2] extensions: add condition target extension 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).