Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / variables / bgpfunctional / bgppolicies / app_peer_route / post_data.xml
1 <ipv4-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp-inet">
2     <path-id>0</path-id>
3     <prefix>10.0.0.17/32</prefix>
4     <route-key>10.0.0.17/32</route-key>
5     <attributes>
6         <as-path/>
7         <origin>
8             <value>igp</value>
9         </origin>
10         <local-pref>
11             <pref>100</pref>
12         </local-pref>
13         <ipv4-next-hop>
14             <global>10.11.1.1</global>
15         </ipv4-next-hop>
16     </attributes>
17 </ipv4-route>