aboutsummaryrefslogtreecommitdiff
path: root/playground/config/network.xml
diff options
context:
space:
mode:
Diffstat (limited to 'playground/config/network.xml')
-rw-r--r--playground/config/network.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/playground/config/network.xml b/playground/config/network.xml
deleted file mode 100644
index f64eedc..0000000
--- a/playground/config/network.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<network>
- <name>default</name>
- <bridge name="virbr0"/>
- <forward mode="nat"/>
- <ip address="10.0.0.1" netmask="255.255.255.0">
- <dhcp>
- <range start="10.0.0.10" end="10.0.0.100"/>
- </dhcp>
- </ip>
-</network>