]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_vpnv4_per_nexthop_label/r2/bgp_ipv4_routes.json
Merge pull request #13506 from anlancs/fix/bfdd-vrf-check
[mirror_frr.git] / tests / topotests / bgp_vpnv4_per_nexthop_label / r2 / bgp_ipv4_routes.json
1 {
2 "vrfName": "vrf1",
3 "localAS": 65501,
4 "routes":
5 {
6 "10.201.0.0/24": [
7 {
8 "prefix": "10.201.0.0",
9 "prefixLen": 24,
10 "network": "10.201.0.0\/24",
11 "nhVrfName": "default",
12 "nexthops": [
13 {
14 "ip": "192.168.0.1",
15 "afi": "ipv4",
16 "used": true
17 }
18 ]
19 }
20 ],
21 "10.200.0.0/24": [
22 {
23 "valid": true,
24 "bestpath": true,
25 "prefix": "10.200.0.0",
26 "prefixLen": 24,
27 "network": "10.200.0.0\/24",
28 "nexthops": [
29 {
30 "ip": "0.0.0.0",
31 "afi": "ipv4",
32 "used": true
33 }
34 ]
35 }
36 ]
37 }
38 }