aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/xmexample1')
-rw-r--r--tools/examples/xmexample118
1 files changed, 13 insertions, 5 deletions
diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1
index 4e7fb4d72f..8985ff2582 100644
--- a/tools/examples/xmexample1
+++ b/tools/examples/xmexample1
@@ -33,12 +33,20 @@ name = "ExampleDomain"
#----------------------------------------------------------------------------
# Define network interfaces.
-# Number of network interfaces. Default is 1.
-#nics=1
+# By default, no network interfaces are configured. You may have one created
+# with sensible defaults using an empty vif clause:
+#
+# vif = [ '' ]
+#
+# or optionally override backend, bridge, ip, mac, script, type, or vifname:
+#
+# vif = [ 'mac=00:16:3e:00:00:11, bridge=xenbr0' ]
+#
+# or more than one interface may be configured:
+#
+# vif = [ '', 'bridge=xenbr1' ]
-# Optionally define mac and/or bridge for the network interfaces.
-# Random MACs are assigned if not given.
-#vif = [ 'mac=aa:00:00:00:00:11, bridge=xenbr0' ]
+vif = [ '' ]
#----------------------------------------------------------------------------
# Define the disk devices you want the domain to have access to, and