From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alI3d-0007h6-MM for qemu-devel@nongnu.org; Wed, 30 Mar 2016 11:29:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alI3X-0005XJ-Td for qemu-devel@nongnu.org; Wed, 30 Mar 2016 11:29:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alI3X-0005XE-OX for qemu-devel@nongnu.org; Wed, 30 Mar 2016 11:29:15 -0400 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> <20160330151340.GD15708@var.bordeaux.inria.fr> From: Thomas Huth Message-ID: <56FBF0C8.8060300@redhat.com> Date: Wed, 30 Mar 2016 17:29:12 +0200 MIME-Version: 1.0 In-Reply-To: <20160330151340.GD15708@var.bordeaux.inria.fr> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Samuel Thibault Cc: jan.kiszka@siemens.com, jasowang@redhat.com, qemu-devel@nongnu.org, Eduardo Habkost , armbru@redhat.com On 30.03.2016 17:13, Samuel Thibault wrote: > Thomas Huth, on Wed 30 Mar 2016 17:06:51 +0200, wrote: >> The "restrict" option is listed with "=3Don|off" here, that's why I >> thought it should be there for "ipv4" and "ipv6", too. Which boolean >> options are missing the "=3Don|off" ? >=20 > All the ipv4 and ipv6 options in the same file. Ugh, ok, now I see it ... most of these are specified in qemu-options.hx without the "=3Don|off", only for the "-netdev l2tpv3" it is specified as "ipv6=3Don/off" (with slash instead of the pipe character!) ... what a mess... not sure which is the best way to go here, so maybe keep it without the "=3Don|off" for now so that it is consistent with most of the other options? Thomas