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