From mboxrd@z Thu Jan 1 00:00:00 1970 From: jd Subject: Re: KVM Management : Public Bridge setup Date: Sat, 9 Aug 2008 14:19:28 -0700 (PDT) Message-ID: <789449.59515.qm@web35805.mail.mud.yahoo.com> References: <489DBB21.5040603@codemonkey.ws> Reply-To: jdsw2002@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: KVM List To: Anthony Liguori Return-path: Received: from web35805.mail.mud.yahoo.com ([66.163.179.174]:48841 "HELO web35805.mail.mud.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751655AbYHIVT3 (ORCPT ); Sat, 9 Aug 2008 17:19:29 -0400 In-Reply-To: <489DBB21.5040603@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: cool..... why didnt I think of that. Will try that out. Thanks. /Jd --- On Sat, 8/9/08, Anthony Liguori wrote: > From: Anthony Liguori > Subject: Re: KVM Management : Public Bridge setup > To: jdsw2002@yahoo.com > Cc: "KVM List" > Date: Saturday, August 9, 2008, 8:43 AM > jd wrote: > > Hi > > The /etc/qemu-if script seems to be taking the > interface as a parameter, is there a way to pass the bridge > name to the script as well. Thus from the command line one > can pass the bridge that one whats to attach to. > > (One can potentially one script for each bridge and > pass the script name to qemu... but it seems bit > unnecessary.) > > > > Environmental variables passed to the QEMU process can be > used by the > scripts. For instance, if you use $BRIDGE_NAME in the > script, then you > would start QEMU with: > > BRIDGE_NAME=br1 qemu-system-x86_64 .... > > Regards, > > Anthony Liguori > > > Thanks > > /Jd > > > > > > > > -- > > To unsubscribe from this list: send the line > "unsubscribe kvm" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at > http://vger.kernel.org/majordomo-info.html > >