]> git.entuzijast.net Git - imunes.git/commitdiff
popravio ipv6 adrese, dignuo network u quagga
authorJosip Rodin <joy@debian.(none)>
Mon, 2 Nov 2009 13:56:49 +0000 (14:56 +0100)
committerJosip Rodin <joy@debian.(none)>
Mon, 2 Nov 2009 13:56:49 +0000 (14:56 +0100)
test4.imn

index 3da4ba7017f1f0018eeb2e42a793a31d0c999d3f..cb01bfa9d8c79a2f2cddc5bb31b291588965bca5 100644 (file)
--- a/test4.imn
+++ b/test4.imn
@@ -19,7 +19,7 @@ node n1 {
        !
        interface eth0
         ip address 10.0.0.20/24
-        ipv6 address a:0::20/64
+        ipv6 address 2001:a:0::20/64
        !
     }
     canvas c0
@@ -35,7 +35,7 @@ node n2 {
        !
        interface eth0
         ip address 10.0.0.21/24
-        ipv6 address a:0::21/64
+        ipv6 address 2001:a:0::21/64
        !
     }
     canvas c0
@@ -57,19 +57,21 @@ node n3 {
        !
        interface eth0
         ip address 10.0.0.1/24
-        ipv6 address a:0::1/64
+        ipv6 address 2001:a:0::1/64
        !
        router rip
         redistribute static
         redistribute connected
         redistribute ospf
         network 0.0.0.0/0
+        network 10.0.0.0/24
        !
        router ripng
         redistribute static
         redistribute connected
         redistribute ospf6
         network ::/0
+        network 2001:a::/64
        !
     }
     canvas c0