BGP RIB policies test
[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     <attributes>
5         <as-path></as-path>
6         <origin>
7             <value>igp</value>
8         </origin>
9         <local-pref>
10             <pref>100</pref>
11         </local-pref>
12         <ipv4-next-hop>
13             <global>10.11.1.1</global>
14         </ipv4-next-hop>
15     </attributes>
16 </ipv4-route>