Re: OpenSSI under Xen HVM
John Hughes <[email protected]> Tue, 20 Oct 2009 16:48:21 +0200
| Newsgroups | gmane.linux.cluster.ssic.user |
|---|---|
| Message-ID | <[email protected]> |
John Hughes wrote:
> Here's my /etc/xen/scripts/openssi-bridge script to set up two bridges:
>
> #!/bin/sh
> # network-xen-custom
> # Exit if anything goes wrong
> set -e
>
> interfaces="calvaedi openssi"
>
^ obviously should be
interfaces="eth0 eth1"
> dir=`dirname $0`
> script=$dir/network-bridge
>
> for i in ${interfaces}
> do
> $script $1 netdev=$i
> done
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference