]> git.entuzijast.net Git - imunes.git/commitdiff
jos malo test
authorJosip Rodin <joy@numa-ubuntu-vm.(none)>
Sun, 13 Sep 2009 22:19:18 +0000 (00:19 +0200)
committerJosip Rodin <joy@numa-ubuntu-vm.(none)>
Sun, 13 Sep 2009 22:19:18 +0000 (00:19 +0200)
test3.imn [new file with mode: 0644]

diff --git a/test3.imn b/test3.imn
new file mode 100644 (file)
index 0000000..ff34391
--- /dev/null
+++ b/test3.imn
@@ -0,0 +1,93 @@
+node n0 {
+    type lanswitch
+    network-config {
+       hostname svitak
+       !
+    }
+    canvas c0
+    iconcoords {288.0 216.0}
+    labelcoords {288.0 240.0}
+    interface-peer {e0 n1}
+    interface-peer {e1 n2}
+    interface-peer {e2 n3}
+}
+
+node n1 {
+    type pc
+    network-config {
+       hostname n1
+       !
+       interface eth0
+        ip address 10.0.0.20/24
+        ipv6 address a:0::20/64
+       !
+    }
+    canvas c0
+    iconcoords {288.0 312.0}
+    labelcoords {288.0 344.0}
+    interface-peer {eth0 n0}
+}
+
+node n2 {
+    type pc
+    network-config {
+       hostname n2
+       !
+       interface eth0
+        ip address 10.0.0.21/24
+        ipv6 address a:0::21/64
+       !
+    }
+    canvas c0
+    iconcoords {432.0 216.0}
+    labelcoords {432.0 248.0}
+    interface-peer {eth0 n0}
+}
+
+node n3 {
+    type pc
+    network-config {
+       hostname n3
+       !
+       interface eth0
+        ip address 10.0.0.22/24
+        ipv6 address a:0::22/64
+       !
+    }
+    canvas c0
+    iconcoords {144.0 216.0}
+    labelcoords {144.0 248.0}
+    interface-peer {eth0 n0}
+}
+
+link l0 {
+    nodes {n1 n0}
+    bandwidth 0
+}
+
+link l1 {
+    nodes {n0 n2}
+    bandwidth 0
+}
+
+link l2 {
+    nodes {n3 n0}
+    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
+}
+