1 message in com.xensource.lists.xen-bugs[Xen-bugs] [Bug 332] Allow multiple i...
FromSent OnAttachments
bugz...@lists.xensource.com30 Oct 2005 06:00 
Subject:[Xen-bugs] [Bug 332] Allow multiple invocations of the network script with different parameters
From:bugz...@lists.xensource.com (bugz@lists.xensource.com)
Date:10/30/2005 06:00:15 AM
List:com.xensource.lists.xen-bugs

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=332

ew@xensource.com changed:

What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P5

------- Additional Comments From ew@xensource.com 2005-10-30 14:00 ------- As a workaround, it is possible to use a wrapper script, thus:

In /etc/xen/xend-config.sxp:

(network-script my-network-script)

In /etc/xen/scripts/my-network-script:

#!/bin/sh dir=$(dirname "$0") "$dir/network-bridge" vifnum=0 "$dir/network-bridge" vifnum=1