From 042007cf79fdb68804e675bfeb456ec660ce382c Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Mon, 2 Nov 2009 14:56:49 +0100 Subject: [PATCH] popravio ipv6 adrese, dignuo network u quagga --- test4.imn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test4.imn b/test4.imn index 3da4ba7..cb01bfa 100644 --- 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 -- 2.39.5