]> git.entuzijast.net Git - imunes.git/commitdiff
Datoteka sa testnom mreznom topologijom
authorKosta Pribić <kosta.pribic@gmail.com>
Fri, 4 Sep 2009 20:20:00 +0000 (22:20 +0200)
committerKosta Pribić <kosta.pribic@gmail.com>
Fri, 4 Sep 2009 20:20:00 +0000 (22:20 +0200)
test1.imn [new file with mode: 0644]

diff --git a/test1.imn b/test1.imn
new file mode 100644 (file)
index 0000000..a392200
--- /dev/null
+++ b/test1.imn
@@ -0,0 +1,55 @@
+node n0 {
+    type host
+    cpu {{min 0} {max 100} {weight 1}}
+    network-config {
+       hostname pero
+       !
+       interface eth0
+        ip address 10.0.0.10/24
+        ipv6 address a:0::10/64
+       !
+    }
+    canvas c0
+    iconcoords {168.0 192.0}
+    labelcoords {168.0 224.0}
+    interface-peer {eth0 n1}
+}
+
+node n1 {
+    type host
+    cpu {{min 0} {max 100} {weight 1}}
+    network-config {
+       hostname stipa
+       !
+       interface eth0
+        ip address 10.0.0.11/24
+        ipv6 address a:0::11/64
+       !
+    }
+    canvas c0
+    iconcoords {504.0 192.0}
+    labelcoords {504.0 224.0}
+    interface-peer {eth0 n0}
+}
+
+link l0 {
+    nodes {n0 n1}
+    bandwidth 0
+}
+
+canvas c0 {
+    name {Canvas0}
+}
+
+option show {
+    interface_names yes
+    ip_addresses yes
+    ipv6_addresses no
+    node_labels yes
+    link_labels yes
+    ipsec_configs yes
+    background_images no
+    annotations yes
+    grid yes
+}
+