]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/vrf10_rib.json
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
[mirror_frr.git] / tests / topotests / bgp_srv6l3vpn_to_bgp_vrf2 / r2 / vrf10_rib.json
1 {
2 "192.168.1.0/24": [
3 {
4 "prefix": "192.168.1.0/24",
5 "protocol": "bgp",
6 "vrfName": "vrf10",
7 "selected": true,
8 "destSelected": true,
9 "distance": 20,
10 "metric": 0,
11 "installed": true,
12 "table": 10,
13 "internalStatus": 16,
14 "internalFlags": 8,
15 "internalNextHopNum": 1,
16 "internalNextHopActiveNum": 1,
17 "nexthops": [
18 {
19 "flags": 3,
20 "fib": true,
21 "afi": "ipv6",
22 "interfaceName": "eth0",
23 "vrf": "default",
24 "active": true,
25 "weight": 1,
26 "seg6": {
27 "segs": "2001:db8:1:1:100::"
28 }
29 }
30 ],
31 "asPath": "1"
32 }
33 ],
34 "192.168.2.0/24": [
35 {
36 "prefix": "192.168.2.0/24",
37 "protocol": "connected",
38 "vrfName": "vrf10",
39 "selected": true,
40 "destSelected": true,
41 "distance": 0,
42 "metric": 0,
43 "installed": true,
44 "table": 10,
45 "internalStatus": 16,
46 "internalFlags": 8,
47 "internalNextHopNum": 1,
48 "internalNextHopActiveNum": 1,
49 "nexthops": [
50 {
51 "flags": 3,
52 "fib": true,
53 "directlyConnected": true,
54 "interfaceName": "eth1",
55 "active": true
56 }
57 ]
58 }
59 ],
60 "192.168.3.0/24": [
61 {
62 "prefix": "192.168.3.0/24",
63 "protocol": "bgp",
64 "vrfName": "vrf10",
65 "selected": true,
66 "destSelected": true,
67 "distance": 20,
68 "metric": 0,
69 "installed": true,
70 "table": 10,
71 "internalStatus": 16,
72 "internalFlags": 8,
73 "internalNextHopNum": 1,
74 "internalNextHopActiveNum": 1,
75 "nexthops": [
76 {
77 "flags": 3,
78 "fib": true,
79 "afi": "ipv6",
80 "interfaceName": "eth0",
81 "vrf": "default",
82 "active": true,
83 "weight": 1,
84 "seg6": {
85 "segs": "2001:db8:1:1:100::"
86 }
87 }
88 ],
89 "asPath": "1"
90 }
91 ]
92 }