]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf-sr-topo1/r3/zebra_mpls.json
lib, zebra: Add SR-TE policy infrastructure to zebra
[mirror_frr.git] / tests / topotests / ospf-sr-topo1 / r3 / zebra_mpls.json
1 [
2 {
3 "inLabel":10100,
4 "installed":true,
5 "nexthops":[
6 {
7 "type":"SR (OSPF)",
8 "outLabel":8100,
9 "outLabelStack":[
10 8100
11 ],
12 "distance":150,
13 "installed":true,
14 "nexthop":"10.0.3.2"
15 }
16 ]
17 },
18 {
19 "inLabel":10200,
20 "installed":true,
21 "nexthops":[
22 {
23 "type":"SR (OSPF)",
24 "outLabel":3,
25 "outLabelStack":[
26 3
27 ],
28 "distance":150,
29 "installed":true,
30 "nexthop":"10.0.3.2"
31 }
32 ]
33 },
34 {
35 "inLabel":10400,
36 "installed":true,
37 "nexthops":[
38 {
39 "type":"SR (OSPF)",
40 "outLabel":8400,
41 "outLabelStack":[
42 8400
43 ],
44 "distance":150,
45 "installed":true,
46 "nexthop":"10.0.3.2"
47 }
48 ]
49 },
50 {
51 "inLabel":"*",
52 "installed":true,
53 "nexthops":[
54 {
55 "type":"SR (OSPF)",
56 "outLabel":3,
57 "outLabelStack":[
58 3
59 ],
60 "distance":150,
61 "installed":true,
62 "nexthop":"10.0.3.2"
63 }
64 ]
65 },
66 {
67 "inLabel":"*",
68 "installed":true,
69 "nexthops":[
70 {
71 "type":"SR (OSPF)",
72 "outLabel":3,
73 "outLabelStack":[
74 3
75 ],
76 "distance":150,
77 "installed":true,
78 "nexthop":"10.0.3.2"
79 }
80 ]
81 }
82 ]