FORGE: Added including script
[myslice.git] / forge / script / xmlFile / Conf.xml
diff --git a/forge/script/xmlFile/Conf.xml b/forge/script/xmlFile/Conf.xml
new file mode 100644 (file)
index 0000000..2708049
--- /dev/null
@@ -0,0 +1,21 @@
+<conf>
+       <slice>
+               <slice_name>SliceName</slice_name>
+               <host>
+                       <id>1</id>
+                       <url>Host1</url>
+                       <interface>
+                               <bridge_name>tap1</bridge_name>
+                               <ip>10.1.1.1/24</ip>
+                       </interface>
+               </host>
+               <host>
+                       <id>2</id>
+                       <url>Host2</url>
+                       <interface>
+                               <bridge_name>tap1</bridge_name>
+                               <ip>10.1.1.2/24</ip>
+                       </interface>
+               </host>
+       </slice>
+</conf>