aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/scripts/xapi.vifcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/scripts/xapi.vifcfg.py')
-rw-r--r--tools/python/scripts/xapi.vifcfg.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/python/scripts/xapi.vifcfg.py b/tools/python/scripts/xapi.vifcfg.py
new file mode 100644
index 0000000000..f42122409b
--- /dev/null
+++ b/tools/python/scripts/xapi.vifcfg.py
@@ -0,0 +1,10 @@
+#
+# Virtual Network Interface Configuration for the Xen API
+#
+
+name = ''
+type = 'paravirtualised'
+#device = 'eth0' # this is the dom0 device, not domU!
+network = '' # ignored
+MAC = ''
+MTU = '1500'