Fix empty uri for functional tests
[integration/test.git] / csit / variables / bgpfunctional / rt_constrain / l3vpn_rt_arg / rib / data.json
1 {
2     "bgp-vpn-ipv4:vpn-ipv4-routes": {
3         "vpn-route": [
4             {
5                 "route-key": "WAABAQIDBAABAQEB",
6                 "path-id": 0,
7                 "label-stack": [
8                     {
9                         "label-value": 24005
10                     }
11                 ],
12                 "route-distinguisher": "1.2.3.4:1",
13                 "attributes": {
14                     "local-pref": {
15                         "pref": 100
16                     },
17                     "extended-communities": [
18                         {
19                             "transitive": true,
20                             "route-target-extended-community": {
21                                 "global-administrator": 64496,
22                                 "local-administrator": "AAAAZQ=="
23                             }
24                         }
25                     ],
26                     "ipv4-next-hop": {
27                         "global": "10.0.255.254"
28                     },$AS_PATH
29                     "origin": {
30                         "value": "igp"
31                     }
32                 },
33                 "prefix": "1.1.1.0/24"
34             }
35         ]
36     }
37 }