On 08/25/2011 04:14 AM, Hu Tao wrote:
---
source/attach-interface.xml | 180 ++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 176 insertions(+), 4 deletions(-)
diff --git a/source/attach-interface.xml b/source/attach-interface.xml
+<parameter requirement="optional">
+<keyword requirement="optional">--script</keyword>
+<value type="string"
requirement="required">script</value>
+<description>
+<text>
+ script used to bridge network interface
Actually, for qemu domains the script parameter is only acceptable when
the interface type is "ethernet" (a "generic ethernet" interface), and
for Xen domains only when the interface type is "bridge". In all other
cases it is currently ignored (but should log an error).
+</text>
+<text>
+ "--script" itself is optional
+</text>
+</description>
+</parameter>