Fix empty uri for functional tests
[integration/test.git] / csit / variables / bgpfunctional / mvpn / intra_vrf / rib / data.json
1 {
2   "bgp-mvpn-ipv4:mvpn-routes-ipv4": {
3     "mvpn-route": [
4       {
5         "route-key": "AQwAAQECAwQBAgoKCgo=",
6         "path-id": 0,
7         "attributes": {
8           "multi-exit-disc": {
9             "med": 0
10           },
11           "extended-communities": [
12             {
13               "transitive": true,
14               "vrf-route-import-extended-community": {
15                 "inet4-specific-extended-community-common": {
16                   "global-administrator": "10.0.0.1",
17                   "local-administrator": "MTA="
18                 }
19               }
20             }
21           ],
22           "ipv4-next-hop": {
23             "global": "127.1.1.1"
24           },$AS_PATH
25           "origin": {
26             "value": "egp"
27           },
28           "local-pref": {
29             "pref": 100
30           }
31         },
32         "intra-as-i-pmsi-a-d": {
33           "route-distinguisher": "1.2.3.4:258",
34           "orig-route-ip": "10.10.10.10"
35         }
36       }
37     ]
38   }
39 }