fixing pep8 problems for test verify tox job
[integration/test.git] / tools / fastbgp / ipv4-routes-template.xml.stable-lithium
1 <ipv4-routes xmlns="urn:opendaylight:params:xml:ns:yang:bgp-inet">
2  <ipv4-route>
3   <prefix>0.0.0.0/32</prefix>
4   <attributes>
5    <ipv4-next-hop>
6     <global>192.0.2.1</global>
7    </ipv4-next-hop><as-path/>
8    <multi-exit-disc>
9     <med>0</med>
10    </multi-exit-disc>
11    <local-pref>
12     <pref>100</pref>
13    </local-pref>
14    <originator-id>
15     <originator>41.41.41.41</originator>
16    </originator-id>
17    <origin>
18     <value>igp</value>
19    </origin>
20    <cluster-id>
21     <cluster>40.40.40.40</cluster>
22    </cluster-id>
23   </attributes>
24  </ipv4-route>
25 </ipv4-routes>