From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alHoY-00064e-Hc for qemu-devel@nongnu.org; Wed, 30 Mar 2016 11:13:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alHoT-0001Vd-Ii for qemu-devel@nongnu.org; Wed, 30 Mar 2016 11:13:46 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:55093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alHoT-0001VT-C3 for qemu-devel@nongnu.org; Wed, 30 Mar 2016 11:13:41 -0400 Date: Wed, 30 Mar 2016 17:13:40 +0200 From: Samuel Thibault Message-ID: <20160330151340.GD15708@var.bordeaux.inria.fr> References: <1459208679-27805-1-git-send-email-samuel.thibault@ens-lyon.org> <1459208679-27805-2-git-send-email-samuel.thibault@ens-lyon.org> <56FB9096.9070102@redhat.com> <20160330150409.GC15708@var.bordeaux.inria.fr> <56FBEB8B.5030208@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56FBEB8B.5030208@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/5] slirp: Allow disabling IPv4 or IPv6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: jan.kiszka@siemens.com, jasowang@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com Thomas Huth, on Wed 30 Mar 2016 17:06:51 +0200, wrote: > The "restrict" option is listed with "=on|off" here, that's why I > thought it should be there for "ipv4" and "ipv6", too. Which boolean > options are missing the "=on|off" ? All the ipv4 and ipv6 options in the same file. Samuel