]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/isis-topo1/r1/r1_route.json
ospf6d : Transformation changes for ospf6 vrf support.
[mirror_frr.git] / tests / topotests / isis-topo1 / r1 / r1_route.json
1 {
2 "10.0.10.0/24": [
3 {
4 "distance": 115,
5 "metric": 10,
6 "nexthops": [
7 {
8 "active": true,
9 "afi": "ipv4",
10 "fib": true,
11 "interfaceName": "r1-eth0",
12 "ip": "10.0.20.1"
13 }
14 ],
15 "prefix": "10.0.10.0/24",
16 "protocol": "isis",
17 "selected": true
18 }
19 ],
20 "10.0.20.0/24": [
21 {
22 "distance": 115,
23 "metric": 10,
24 "nexthops": [
25 {
26 "afi": "ipv4",
27 "interfaceName": "r1-eth0",
28 "ip": "10.0.20.1"
29 }
30 ],
31 "prefix": "10.0.20.0/24",
32 "protocol": "isis"
33 },
34 {
35 "nexthops": [
36 {
37 "active": true,
38 "directlyConnected": true,
39 "fib": true,
40 "interfaceName": "r1-eth0"
41 }
42 ],
43 "prefix": "10.0.20.0/24",
44 "protocol": "connected",
45 "selected": true
46 }
47 ],
48 "10.254.0.1/32": [
49 {
50 "nexthops": [
51 {
52 "active": true,
53 "directlyConnected": true,
54 "fib": true,
55 "interfaceName": "lo"
56 }
57 ],
58 "prefix": "10.254.0.1/32",
59 "protocol": "connected",
60 "selected": true
61 }
62 ],
63 "10.254.0.3/32": [
64 {
65 "distance": 115,
66 "metric": 10,
67 "nexthops": [
68 {
69 "active": true,
70 "afi": "ipv4",
71 "fib": true,
72 "interfaceName": "r1-eth0",
73 "ip": "10.0.20.1"
74 }
75 ],
76 "prefix": "10.254.0.3/32",
77 "protocol": "isis",
78 "selected": true
79 }
80 ]
81 }