Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756624Ab0GDHNx (ORCPT ); Sun, 4 Jul 2010 03:13:53 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:55342 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754768Ab0GDHNw (ORCPT ); Sun, 4 Jul 2010 03:13:52 -0400 X-Greylist: delayed 511 seconds by postgrey-1.27 at vger.kernel.org; Sun, 04 Jul 2010 03:13:51 EDT Date: Sun, 4 Jul 2010 16:13:47 +0900 From: Simon Horman To: Michal Marek Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, Julian Anastasov , Wensong Zhang , linux-kernel@vger.kernel.org, Patrick McHardy Subject: Re: [PATCH] ipvs: Kconfig cleanup Message-ID: <20100704071347.GB9437@verge.net.au> References: <1278102728-20217-1-git-send-email-mmarek@suse.cz> <20100704070516.GA9437@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100704070516.GA9437@verge.net.au> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2079 Lines: 56 [ Added Patrick McHardy to CC ] On Sun, Jul 04, 2010 at 04:05:16PM +0900, Simon Horman wrote: > On Fri, Jul 02, 2010 at 10:32:08PM +0200, Michal Marek wrote: > > IP_VS_PROTO_AH_ESP should be set iff either of IP_VS_PROTO_{AH,ESP} is > > selected. Express this with standard kconfig syntax. > > > > Signed-off-by: Michal Marek > > Acked-by: Simon Horman > > > --- > > net/netfilter/ipvs/Kconfig | 5 +---- > > 1 files changed, 1 insertions(+), 4 deletions(-) > > > > diff --git a/net/netfilter/ipvs/Kconfig b/net/netfilter/ipvs/Kconfig > > index f2d7623..91e7373 100644 > > --- a/net/netfilter/ipvs/Kconfig > > +++ b/net/netfilter/ipvs/Kconfig > > @@ -83,19 +83,16 @@ config IP_VS_PROTO_UDP > > protocol. Say Y if unsure. > > > > config IP_VS_PROTO_AH_ESP > > - bool > > - depends on UNDEFINED > > + def_bool IP_VS_PROTO_ESP || IP_VS_PROTO_AH > > > > config IP_VS_PROTO_ESP > > bool "ESP load balancing support" > > - select IP_VS_PROTO_AH_ESP > > ---help--- > > This option enables support for load balancing ESP (Encapsulation > > Security Payload) transport protocol. Say Y if unsure. > > > > config IP_VS_PROTO_AH > > bool "AH load balancing support" > > - select IP_VS_PROTO_AH_ESP > > ---help--- > > This option enables support for load balancing AH (Authentication > > Header) transport protocol. Say Y if unsure. > > -- > > 1.7.1 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe lvs-devel" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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/