All of lore.kernel.org
 help / color / mirror / Atom feed
From: Massimiliano Hofer <max@nucleus.it>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: Patrick McHardy <kaber@trash.net>,
	Netfilter Developer Mailing List
	<netfilter-devel@vger.kernel.org>,
	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Subject: Re: [PATCH 17/24] Remove support for compilation of conditional extensions
Date: Tue, 4 Mar 2008 23:29:26 +0100	[thread overview]
Message-ID: <200803042329.27395.max@nucleus.it> (raw)
In-Reply-To: <Pine.LNX.4.64.0803041706280.7660@fbirervta.pbzchgretzou.qr>

On Tuesday 4 March 2008, Jan Engelhardt wrote:

> This has previously come up on the mailing list; I henceforth decided to
> nuke it.
>
> Jozsef, Massimiliano: Feel free to either (a) get xt_condition and
> xt_ipset into the kernel, then can readd to xtables or (b) get
> xt_condition and xt_ipset into xtables-addons.

OK. I know I've fallen behind with my work lately. I can produce a set of 
patches against the current net-2.6 git by next week (give or take a few 
days).

As discussed with Patrick, I'll need some API adjustments. If you can accept 
them and xt_condition, I'll be happy to comply and support it afterwards.

-- 
Bye,
   Massimiliano Hofer
        Nucleus

  reply	other threads:[~2008-03-04 22:38 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-04  5:00 [announce] Xtables, Xtables-addons 1.5.2 Jan Engelhardt
2008-03-04  5:00 ` Jan Engelhardt
2008-03-04 14:54 ` Patrick McHardy
2008-03-04 14:54   ` Patrick McHardy
2008-03-04 15:51   ` Jan Engelhardt
2008-03-04 15:52     ` [PATCH 01/24] Update .gitignore Jan Engelhardt
2008-03-04 15:52     ` [PATCH 02/24] Fix compilation of iptables-static build Jan Engelhardt
2008-03-04 15:53     ` [PATCH 03/24] Correct the family member value of libxt_mark revision 1 Jan Engelhardt
2008-03-04 15:53     ` [PATCH 04/24] Makefile: add a "tarball" target Jan Engelhardt
2008-03-04 15:54     ` [PATCH 05/24] Drop -W from CFLAGS and some tiny code cleanups Jan Engelhardt
2008-03-04 15:55     ` [PATCH 06/24] Fix -Wshadow warnings and clean up xt_sctp.h Jan Engelhardt
2008-03-04 15:55     ` [PATCH 07/24] Fix all remaining warnings (missing declarations, missing prototypes) Jan Engelhardt
2008-03-04 15:57     ` [PATCH 08/24] Add support for xt_hashlimit match revision 1 Jan Engelhardt
2008-03-04 15:57     ` [PATCH 09/24] Update the libxt_owner manpage with the UID/GID-range feature Jan Engelhardt
2008-03-04 15:57     ` [PATCH 10/24] Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR Jan Engelhardt
2008-03-04 15:58     ` [PATCH 11/24] Move libipt_recent to libxt_recent Jan Engelhardt
2008-03-04 16:02     ` [PATCH 12/24] Add IPv6 support " Jan Engelhardt
2008-03-04 16:02     ` [PATCH 13/24] Add all necessary header files - compilation fix for various cases Jan Engelhardt
2008-03-04 16:18       ` [PATCH 13/24] --- " Jan Engelhardt
2008-03-04 16:04     ` [PATCH 14/24] Update package name (Xtables) and documentation Jan Engelhardt
2008-03-04 16:04     ` [PATCH 15/24] configure: split --enable-libipq from --enable-devel Jan Engelhardt
2008-03-04 16:06     ` [PATCH 16/24] Install libiptc header files because xtables.h depends on it Jan Engelhardt
2008-03-04 16:10     ` [PATCH 17/24] Remove support for compilation of conditional extensions Jan Engelhardt
2008-03-04 22:29       ` Massimiliano Hofer [this message]
2008-03-05  9:14       ` Jozsef Kadlecsik
2008-03-04 16:11     ` [PATCH 18/24] Combine ipt and ip6t manpages Jan Engelhardt
2008-03-04 16:12     ` [PATCH 19/24] Implement AF_UNSPEC as a wildcard for extensions Jan Engelhardt
2008-03-04 16:19     ` [PATCH 20/24] Change IPTABLES_VERSION to XTABLES_VERSION Jan Engelhardt
2008-03-04 16:21     ` [PATCH 21/24] Update spelling and grammar in manpages Jan Engelhardt
2008-03-04 16:21     ` [PATCH 22/24] Fix broken markup " Jan Engelhardt
2008-03-04 16:21     ` [PATCH 23/24] Clarify prerequisites of Xtables and update option notes Jan Engelhardt
2008-03-04 16:22     ` [PATCH 24/24] v1.5.2 Jan Engelhardt
2008-03-04 16:30     ` [PATCH 01/19] [NETFILTER]: xt_sctp: simplify xt_sctp.h Jan Engelhardt
2008-03-04 16:30     ` [PATCH 02/19] [NETFILTER]: annotate xtables targets with const and remove casts Jan Engelhardt
2008-03-04 16:30     ` [PATCH 03/19] [NETFILTER]: annotate {arp,ip,ip6,x}tables with const Jan Engelhardt
2008-03-04 16:30     ` [PATCH 04/19] [NETFILTER]: annotate rest of nf_conntrack_* " Jan Engelhardt
2008-03-04 16:31     ` [PATCH 05/19] [NETFILTER]: annotate rest of nf_nat_* " Jan Engelhardt
2008-03-04 16:31     ` [PATCH 06/19] [NETFILTER]: Use unsigned types for hooknum and pf vars Jan Engelhardt
2008-03-04 16:32     ` [PATCH 07/19] [NETFILTER]: remove arpt_table indirection macro Jan Engelhardt
2008-03-04 16:33     ` [PATCH 08/19] [NETFILTER]: remove arpt_target " Jan Engelhardt
2008-03-04 16:33     ` [PATCH 09/19] [NETFILTER]: remove ARPT_{STANDARD,ERROR}_TARGET " Jan Engelhardt
2008-03-04 16:33     ` [PATCH 10/19] [NETFILTER]: remove unused ARPT_ALIGN indirection macros Jan Engelhardt
2008-03-04 16:34     ` [PATCH 11/21] [NETFILTER]: remove arpt_(un)register_target " Jan Engelhardt
2008-03-04 16:34     ` [PATCH 12/19] [NETFILTER]: remove ARPT_{CONTINUE,RETURN} " Jan Engelhardt
2008-03-04 16:36     ` [PATCH 13/19] [NETFILTER]: remove xt_counters* " Jan Engelhardt
2008-03-04 16:36     ` [PATCH 14/19] [NETFILTER]: rename NF_ARP to AF_ARP and assign a non-clashing value Jan Engelhardt
2008-03-04 16:37     ` [PATCH 15/19] [NETFILTER]: Implement AF_UNSPEC as a wildcard for extensions Jan Engelhardt
2008-03-04 16:37     ` [PATCH 16/19] [NETFILTER]: Explicitly initialize .priority in arptable_filter Jan Engelhardt
2008-03-04 16:38     ` [PATCH 17/19] [NETFILTER]: Give AF-independent extensions an arpt_ alias Jan Engelhardt
2008-03-04 16:38     ` [PATCH 18/19] [NETFILTER]: Rename ipt_recent to xt_recent Jan Engelhardt
2008-03-04 16:38     ` [PATCH 19/19] [NETFILTER]: xt_recent: IPv6 support Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2008-04-06 15:26 24-series iptables patches Jan Engelhardt
2008-04-06 15:26 ` [PATCH 01/24] Fix compilation of iptables-static build Jan Engelhardt
2008-04-06 15:27   ` [PATCH 17/24] Remove support for compilation of conditional extensions Jan Engelhardt

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=200803042329.27395.max@nucleus.it \
    --to=max@nucleus.it \
    --cc=jengelh@computergmbh.de \
    --cc=kaber@trash.net \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=netfilter-devel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.