]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/isis-topo1/r1/r1_route6.json
isis-topo1: check ipv6 zebra route installation
[mirror_frr.git] / tests / topotests / isis-topo1 / r1 / r1_route6.json
1 {
2 "2001:db8:1:1::/64": [
3 {
4 "nexthops": [
5 {
6 "active": true,
7 "directlyConnected": true,
8 "fib": true,
9 "interfaceIndex": 2,
10 "interfaceName": "r1-eth0"
11 }
12 ],
13 "prefix": "2001:db8:1:1::/64",
14 "protocol": "connected",
15 "selected": true
16 }
17 ],
18 "2001:db8:2:1::/64": [
19 {
20 "distance": 115,
21 "metric": 10,
22 "nexthops": [
23 {
24 "active": true,
25 "afi": "ipv6",
26 "fib": true,
27 "interfaceIndex": 2,
28 "interfaceName": "r1-eth0"
29 }
30 ],
31 "prefix": "2001:db8:2:1::/64",
32 "protocol": "isis",
33 "selected": true
34 }
35 ],
36 "2001:db8:f::1/128": [
37 {
38 "nexthops": [
39 {
40 "active": true,
41 "directlyConnected": true,
42 "fib": true,
43 "interfaceIndex": 1,
44 "interfaceName": "lo"
45 }
46 ],
47 "prefix": "2001:db8:f::1/128",
48 "protocol": "connected",
49 "selected": true
50 }
51 ],
52 "2001:db8:f::3/128": [
53 {
54 "distance": 115,
55 "metric": 10,
56 "nexthops": [
57 {
58 "active": true,
59 "afi": "ipv6",
60 "fib": true,
61 "interfaceIndex": 2,
62 "interfaceName": "r1-eth0"
63 }
64 ],
65 "prefix": "2001:db8:f::3/128",
66 "protocol": "isis",
67 "selected": true
68 }
69 ]
70 }