From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [BROKEN] ipt_ wrappers for xt_ functions (WAS: Problems Compiling Geoip on linux-2.6.21-rc3) Date: Thu, 22 Mar 2007 14:49:32 +0100 Message-ID: <4602896C.3040404@trash.net> References: <200703080637.WAA05730@NickAndBarb.net> , <45FA189A.8070605@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Samuel Jean , Netfilter Developer Mailing List , Nick Pasich 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: >>I'm afraid so. The good news is that I've planned to encapsulate the >>tons of (often unused) arguments to match/target functions in a >>structure, so future changes at least won't change the function >>signatures anymore. > > > By the way, when doing that, could we change the xt_match->match, > xt_match->checkentry and xt_target->checkentry functions to return bool, > now that it's available? I guess, although I don't think it will have any effect on the generated code.