From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajD0C-0003Ga-P2 for qemu-devel@nongnu.org; Thu, 24 Mar 2016 17:41:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajD07-0004eF-Qo for qemu-devel@nongnu.org; Thu, 24 Mar 2016 17:41:12 -0400 Received: from sonata.ens-lyon.org ([140.77.166.138]:57592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajD07-0004dx-JK for qemu-devel@nongnu.org; Thu, 24 Mar 2016 17:41:07 -0400 Date: Thu, 24 Mar 2016 22:41:05 +0100 From: Samuel Thibault Message-ID: <20160324214105.GO2957@var.home> References: <1458853245-7363-1-git-send-email-samuel.thibault@ens-lyon.org> <56F45DD3.9080103@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56F45DD3.9080103@redhat.com> Subject: Re: [Qemu-devel] [PATCHv2] slirp: Allow to disable IPv4 or IPv6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: jasowang@redhat.com, jan.kiszka@siemens.com, thuth@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com Eric Blake, on Thu 24 Mar 2016 15:36:19 -0600, wrote: > > Make net=none disable IPv4 and ip6-net=none disable IPv6, so the user can > > setup IPv4-only and IPv6-only network environments. > > This mentions 'net=none', but I don't see that in the patch below; > instead I see a new boolean. Eeergl, sorry, after the suggestion to use booleans, I didn't rechecked once again the documentation. Let me fix all that. Samuel