Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755508AbZC0Mug (ORCPT ); Fri, 27 Mar 2009 08:50:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751520AbZC0Mu1 (ORCPT ); Fri, 27 Mar 2009 08:50:27 -0400 Received: from stinky.trash.net ([213.144.137.162]:60946 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbZC0Mu0 (ORCPT ); Fri, 27 Mar 2009 08:50:26 -0400 Message-ID: <49CCCB88.1070104@trash.net> Date: Fri, 27 Mar 2009 13:50:16 +0100 From: Patrick McHardy User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Pablo Neira Ayuso CC: Steven Noonan , linux-kernel@vger.kernel.org, Netfilter Development Mailinglist Subject: Re: [PATCH] iptables: "cluster" match uses IPv6-specific code without ifdef References: <1238100203-23454-1-git-send-email-steven@uplinklabs.net> <49CC9A32.3060303@netfilter.org> <49CC9C62.7080701@trash.net> <49CCCAF1.7060405@netfilter.org> In-Reply-To: <49CCCAF1.7060405@netfilter.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 26 Pablo Neira Ayuso wrote: > Patrick McHardy wrote: >> Pablo Neira Ayuso wrote: >>> Steven Noonan wrote: >>>> The symbol __ipv6_addr_type is only available with CONFIG_IPV6 or >>>> CONFIG_IPV6_MODULE. >>> Please, CC netfilter-devel for netfilter-related issues. Patrick, I'm >>> fine with this, can you apply this patch? >> Is my reading correct that this won't introduce a module >> dependency on IPv6? > > Hm, this fixes a compilation issue when IPv6 is not enabled. In that > case you can still use the cluster match, so I don't see any extra > modules dependencies. That was badly phrased, sorry. The patch of course doesn't change anything in that regard. I'm wondering whether we have a (runtime) dependency on the ipv6 module due to the ipv6_addr_type() call. If that's the case, it would need to be fixed as well. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/