Fix empty uri for functional tests
[integration/test.git] / csit / variables / bgpfunctional / mvpn / source_tree_join / rib / data.json
1 {
2   "bgp-mvpn-ipv4:mvpn-routes-ipv4": {
3     "mvpn-route": [
4       {
5         "path-id": 0,
6         "route-key": "BxYAAQECAwQBAgAAAAogAQAAASACAAAC",
7         "attributes": {
8           "ipv4-next-hop": {
9             "global": "127.1.1.1"
10           },
11           "multi-exit-disc": {
12             "med": 0
13           },$AS_PATH
14           "origin": {
15             "value": "egp"
16           },
17           "local-pref": {
18             "pref": 100
19           }
20         },
21         "source-tree-join": {
22           "c-multicast": {
23             "multicast-source": "1.0.0.1",
24             "route-distinguisher": "1.2.3.4:258",
25             "source-as": 10,
26             "c-g-address": "2.0.0.2"
27           }
28         }
29       }
30     ]
31   }
32 }