Fix empty uri for functional tests
[integration/test.git] / csit / variables / bgpfunctional / l3vpn_mcast / l3vpn_mcast / rib / data.json
1 {
2     "bgp-l3vpn-mcast:l3vpn-mcast-routes-ipv4": {
3         "l3vpn-mcast-route": [
4             {
5                 "route-key": "IAABrBAALABlGAoCIgAAAAA=",
6                 "path-id": 0,
7                 "attributes": {
8                     "ipv4-next-hop": {
9                         "global": "127.16.0.44"
10                     },$AS_PATH
11                     "extended-communities": [
12                         {
13                             "vrf-route-import-extended-community": {
14                                 "inet4-specific-extended-community-common": {
15                                     "local-administrator": "MTA=",
16                                     "global-administrator": "10.0.0.1"
17                                 }
18                             },
19                             "transitive": true
20                         }
21                     ],
22                     "local-pref": {
23                         "pref": 100
24                     },
25                     "origin": {
26                         "value": "igp"
27                     }
28                 },
29                 "route-distinguisher": "172.16.0.44:101",
30                 "prefix": "10.2.34.0/24"
31             }
32         ]
33     }
34 }