From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [patch 2/3] some xtables changes (xt_match,xt_target) Date: Fri, 26 Jan 2007 15:17:49 +0100 Message-ID: <45BA0D8D.4020100@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List To: Jan Engelhardt Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Jan Engelhardt wrote: > [PATCH 2/3] XT: xt_match and xt_target > > BTW, ip_nat_rule.c <-> nf_nat_rule.c seems to be an almost identical > copy. Schedule one for removal? > > Signed-off-by: Jan Engelhardt , 2007-01-17 > > Index: linux-2.6.20-rc6/include/linux/netfilter_ipv4/ip_tables.h > =================================================================== > --- linux-2.6.20-rc6.orig/include/linux/netfilter_ipv4/ip_tables.h > +++ linux-2.6.20-rc6/include/linux/netfilter_ipv4/ip_tables.h > @@ -29,8 +29,6 @@ > > #define IPT_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN > #define IPT_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN > -#define ipt_match xt_match > -#define ipt_target xt_target > #define ipt_table xt_table > #define ipt_get_revision xt_get_revision Applied, but I removed this part since its needed for userspace compilation.