]> git.entuzijast.net Git - imunes.git/commitdiff
autogenerirana IPv6 adresa treba biti iz trenutno aktualnog 2001::/16 jer alati tipa...
authorKosta Pribić <kosta.pribic@gmail.com>
Fri, 16 Oct 2009 12:46:26 +0000 (14:46 +0200)
committerKosta Pribić <kosta.pribic@gmail.com>
Fri, 16 Oct 2009 12:46:26 +0000 (14:46 +0200)
test2.imn

index d4e7c07f2cd730d13158e72ee7646c76d0675a74..7eb64198ba4888567efde37bd752395ad7b3c03e 100644 (file)
--- a/test2.imn
+++ b/test2.imn
@@ -6,11 +6,11 @@ node n0 {
        !
        interface eth0
         ip address 10.0.0.10/24
-        ipv6 address a:0::10/64
+        ipv6 address 2001:a::10/64
        !
        ip route 0.0.0.0/0 10.0.0.1
        !
-       ipv6 route ::/0 a:0::1
+       ipv6 route ::/0 2001:a::1
        !
     }
     canvas c0
@@ -27,7 +27,7 @@ node n1 {
        !
        interface eth0
         ip address 10.0.0.1/24
-        ipv6 address a:0::1/64
+        ipv6 address 2001:a::1/64
        !
        router rip
         redistribute static
@@ -41,7 +41,7 @@ node n1 {
         redistribute connected
         redistribute ospf6
         network ::/0
-         network a:0::/64
+        network 2001:a::/64
        !
     }
     canvas c0