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