]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_srv6l3vpn_sid/ce6/ipv6_rib.json
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / bgp_srv6l3vpn_sid / ce6 / ipv6_rib.json
1 {
2 "::/0": [
3 {
4 "prefix": "::/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": "2001:6::1",
23 "afi": "ipv6",
24 "interfaceName": "eth0",
25 "active": true,
26 "weight": 1
27 }
28 ]
29 }
30 ],
31 "2001:6::/64": [
32 {
33 "prefix": "2001:6::/64",
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 }