From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9Hn7-0007ok-10 for qemu-devel@nongnu.org; Thu, 29 Sep 2011 10:40:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9Hn1-000887-Er for qemu-devel@nongnu.org; Thu, 29 Sep 2011 10:40:48 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:33038) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R9Hn1-00087h-0F for qemu-devel@nongnu.org; Thu, 29 Sep 2011 10:40:43 -0400 From: "Thomas Jung" References: <1317304660-18072-1-git-send-email-levinsasha928@gmail.com> <4E847C56.4020701@siemens.com> In-Reply-To: <4E847C56.4020701@siemens.com> Date: Thu, 29 Sep 2011 16:40:21 +0200 Message-ID: <004801cc7eb5$c00c6580$40253080$@de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: de Subject: Re: [Qemu-devel] [PATCH] tap: Add optional parameters to up/down script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Jan Kiszka' , 'Sasha Levin' Cc: 'Anthony Liguori' , qemu-devel@nongnu.org On 2011-09-29 16:11 jan kiszka wrote > What kind of parameters would you want to pass? Something that tells VMs > apart (which can be solved without these extensions) or more? > > Jan In our Case: We want to simulate an larger environment with multiple switches realized in openvswitch. Openvswitch requires a up- and downscript for each switch. So the idea was, have a single and variable up- and downscript and feed it with parameters (like switch to use, vlan id and so on) through the scriptparams. Greetings