Add graceful-restart test suite
[integration/test.git] / tools / fastbgp / ipv4-routes-template.xml.oxygen
1 <ipv4-routes xmlns="urn:opendaylight:params:xml:ns:yang:bgp-inet">
2  <ipv4-route>
3   <prefix>0.0.0.0/32</prefix>
4   <path-id>0</path-id>
5   <attributes>
6    <ipv4-next-hop>
7     <global>192.0.2.1</global>
8    </ipv4-next-hop><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>
26 </ipv4-routes>