Append more BGP multipath testcases for ODL
[integration/test.git] / csit / variables / bgpfunctional / l3vpn_ipv4 / bgp-l3vpn-ipv4-path.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     "path-id": 0,
23     "prefix": "1.1.1.0/24",
24     "route-distinguisher": "1.2.3.4:1",
25     "route-key": "WAABAQIDBAABAQEB"
26    }
27   ]
28  }
29 }