From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: (pull) pending patches Date: Mon, 16 Mar 2009 14:42:38 +0100 Message-ID: <49BE574E.8070202@trash.net> References: <49BE0FF3.5090906@netfilter.org> <49BE567F.1020704@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Pablo Neira Ayuso , Netfilter Developer Mailing List To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:45113 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755553AbZCPNml (ORCPT ); Mon, 16 Mar 2009 09:42:41 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Monday 2009-03-16 14:39, Patrick McHardy wrote: > >> We used to have ip_nat_range(_compat) for compatibility for that reason >> IIRC. The kernel doesn't need anymore, so I think userspace should carry >> a copy as long as ipt_SAME is still supported. >> > But that only makes it harder to keep files in sync :-/ There is nothing to keep in sync, ipt_SAME doesn't exist in the kernel anymore. And a structure kept purely to maintain compatibility with old kernels will obviously never change.