Fix bgp route refresh test
[integration/test.git] / csit / variables / bgpfunctional / route_refresh / route.oxygen / post_data.xml
1   <ipv4-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp-inet">
2    <prefix>$PREFIX</prefix>
3    <path-id>0</path-id>
4    <attributes>
5     <ipv4-next-hop>
6      <global>199.20.160.41</global>
7     </ipv4-next-hop>
8     <as-path/>
9     <multi-exit-disc>
10      <med>0</med>
11     </multi-exit-disc>
12     <local-pref>
13      <pref>100</pref>
14     </local-pref>
15     <originator-id>
16      <originator>41.41.41.41</originator>
17     </originator-id>
18     <origin>
19      <value>igp</value>
20     </origin>
21     <cluster-id>
22      <cluster>40.40.40.40</cluster>
23     </cluster-id>
24    </attributes>
25   </ipv4-route>