From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiU8E-00040f-OE for qemu-devel@nongnu.org; Tue, 22 Mar 2016 17:46:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiU8B-0000XW-8d for qemu-devel@nongnu.org; Tue, 22 Mar 2016 17:46:30 -0400 Received: from sonata.ens-lyon.org ([140.77.166.138]:52687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiU8B-0000WD-1v for qemu-devel@nongnu.org; Tue, 22 Mar 2016 17:46:27 -0400 Date: Tue, 22 Mar 2016 22:46:24 +0100 From: Samuel Thibault Message-ID: <20160322214624.GD2730@var.home> References: <1458473954-18583-1-git-send-email-samuel.thibault@ens-lyon.org> <87h9g0ffof.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h9g0ffof.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH] slirp: Allow to disable IPv4 or IPv6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: jasowang@redhat.com, jan.kiszka@siemens.com, thuth@redhat.com, qemu-devel@nongnu.org Hello, Markus Armbruster, on Mon 21 Mar 2016 08:33:52 +0100, wrote: > > -# @net: #optional IP address and optional netmask > > +# @net: #optional IP address and optional netmask. Set to 0.0.0.0 to disable IPv4 completely > > Long line. > > Syntax? Default value? Something like this? # @net: #optional IP network address that the guest will see, in the # form addr[/netmask]. The netmask is optional, and can be either in the # form a.b.c.d or as a number of valid top-most bits. Default is # 10.0.2.0/24. Set to 'none' to disable IPv4 completely. > > -# @ip6-prefix: #optional IPv6 network prefix (default is fec0::) (since 2.6) > > +# @ip6-prefix: #optional IPv6 network prefix. Set to :: to disable IPv6 completely (default is fec0::) (since 2.6) > > Syntax? Well, it's just an IPv6 address, is there really something to document? Samuel