Append more BGP multipath testcases for ODL
[integration/test.git] / csit / variables / bgpfunctional / l3vpn_ipv4 / bgp_l3vpn_ipv4 / data.json
1 {
2  "bgp-vpn-ipv4:vpn-ipv4-routes": {
3   "vpn-route": [
4    {
5     "attributes": {
6      "as-path": {},
7      "ipv4-next-hop": {
8       "global": "10.0.255.254"
9      },
10      "local-pref": {
11       "pref": 100
12      },
13      "origin": {
14       "value": "igp"
15      }
16     },
17     "label-stack": [
18      {
19       "label-value": 24005
20      }
21     ],
22     "prefix": "1.1.1.0/24",
23     "route-distinguisher": "1.2.3.4:1",
24     "route-key": "WAABAQIDBAABAQEB"
25    }
26   ]
27  }
28 }