Mvpn functional tests
[integration/test.git] / csit / variables / bgpfunctional / mvpn / shared_tree_join / app / post_data.xml
1 <?xml version="1.0"?>
2 <mvpn-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp:mvpn:ipv4">
3     <path-id>0</path-id>
4     <route-key>BhYAAQECAwQBAgAAABAgAQAAASACAAAC</route-key>
5     <attributes>
6       <ipv4-next-hop>
7         <global>127.1.1.1</global>
8       </ipv4-next-hop>
9       <multi-exit-disc>
10         <med>0</med>
11       </multi-exit-disc>
12       <as-path/>
13       <origin>
14         <value>egp</value>
15       </origin>
16       <local-pref>
17         <pref>100</pref>
18       </local-pref>
19     </attributes>
20     <shared-tree-join>
21       <c-multicast>
22         <multicast-source>1.0.0.1</multicast-source>
23         <route-distinguisher>1.2.3.4:258</route-distinguisher>
24         <source-as>16</source-as>
25         <c-g-address>2.0.0.2</c-g-address>
26       </c-multicast>
27     </shared-tree-join>
28 </mvpn-route>