]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_nssa_topo1/rt1/step5/show_ip_ospf_route.ref
Merge pull request #13183 from Pdoijode/pdoijode/pim-json-changes
[mirror_frr.git] / tests / topotests / ospf_nssa_topo1 / rt1 / step5 / show_ip_ospf_route.ref
1 {
2 "1.1.1.1\/32":{
3 "routeType":"N",
4 "cost":0,
5 "area":"0.0.0.0",
6 "nexthops":[
7 {
8 "ip":" ",
9 "directlyAttachedTo":"lo"
10 }
11 ]
12 },
13 "2.2.2.2\/32":{
14 "routeType":"N",
15 "cost":10,
16 "area":"0.0.0.0",
17 "nexthops":[
18 {
19 "ip":"10.0.1.2",
20 "via":"eth-rt2"
21 }
22 ]
23 },
24 "3.3.3.3\/32":{
25 "routeType":"N IA",
26 "cost":20,
27 "area":"0.0.0.0",
28 "nexthops":[
29 {
30 "ip":"10.0.1.2",
31 "via":"eth-rt2"
32 }
33 ]
34 },
35 "4.4.4.4\/32":{
36 "routeType":"N IA",
37 "cost":20,
38 "area":"0.0.0.0",
39 "nexthops":[
40 {
41 "ip":"10.0.1.2",
42 "via":"eth-rt2"
43 }
44 ]
45 },
46 "10.0.1.0\/24":{
47 "routeType":"N",
48 "cost":10,
49 "area":"0.0.0.0",
50 "nexthops":[
51 {
52 "ip":" ",
53 "directlyAttachedTo":"eth-rt2"
54 }
55 ]
56 },
57 "10.0.2.0\/24":{
58 "routeType":"N IA",
59 "cost":20,
60 "area":"0.0.0.0",
61 "nexthops":[
62 {
63 "ip":"10.0.1.2",
64 "via":"eth-rt2"
65 }
66 ]
67 },
68 "10.0.3.0\/24":{
69 "routeType":"N IA",
70 "cost":20,
71 "area":"0.0.0.0",
72 "nexthops":[
73 {
74 "ip":"10.0.1.2",
75 "via":"eth-rt2"
76 }
77 ]
78 },
79 "2.2.2.2":{
80 "routeType":"R ",
81 "cost":10,
82 "area":"0.0.0.0",
83 "routerType":"abr",
84 "nexthops":[
85 {
86 "ip":"10.0.1.2",
87 "via":"eth-rt2"
88 }
89 ]
90 },
91 "172.16.1.0\/24":{
92 "routeType":"N E2",
93 "cost":10,
94 "type2cost":20,
95 "tag":0,
96 "nexthops":[
97 {
98 "ip":"10.0.1.2",
99 "via":"eth-rt2"
100 }
101 ]
102 }
103 }