]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce2/ip_rib.json
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
[mirror_frr.git] / tests / topotests / bgp_srv6l3vpn_to_bgp_vrf2 / ce2 / ip_rib.json
1 {
2 "0.0.0.0/0": [
3 {
4 "prefix": "0.0.0.0/0",
5 "protocol": "static",
6 "vrfId": 0,
7 "vrfName": "default",
8 "selected": true,
9 "destSelected": true,
10 "distance": 1,
11 "metric": 0,
12 "installed": true,
13 "table": 254,
14 "internalStatus": 16,
15 "internalFlags": 73,
16 "internalNextHopNum": 1,
17 "internalNextHopActiveNum": 1,
18 "nexthops": [
19 {
20 "flags": 3,
21 "fib": true,
22 "ip": "192.168.2.1",
23 "afi": "ipv4",
24 "interfaceName": "eth0",
25 "active": true,
26 "weight": 1
27 }
28 ]
29 }
30 ],
31 "192.168.2.0/24": [
32 {
33 "prefix": "192.168.2.0/24",
34 "protocol": "connected",
35 "vrfId": 0,
36 "vrfName": "default",
37 "selected": true,
38 "destSelected": true,
39 "distance": 0,
40 "metric": 0,
41 "installed": true,
42 "table": 254,
43 "internalStatus": 16,
44 "internalFlags": 8,
45 "internalNextHopNum": 1,
46 "internalNextHopActiveNum": 1,
47 "nexthops": [
48 {
49 "flags": 3,
50 "fib": true,
51 "directlyConnected": true,
52 "interfaceName": "eth0",
53 "active": true
54 }
55 ]
56 }
57 ]
58 }