Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / variables / bgpfunctional / multipaths / bgp_peer / data.xml
1 <neighbor xmlns="urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions">
2     <neighbor-address>$IP</neighbor-address>
3     <route-reflector>
4         <config>
5             <route-reflector-client>false</route-reflector-client>
6         </config>
7     </route-reflector>
8     <timers>
9         <config>
10             <hold-time>$HOLDTIME</hold-time>
11         </config>
12     </timers>
13     <transport>
14         <config>
15             <remote-port>$PEER_PORT</remote-port>
16             <passive-mode>$PASSIVE_MODE</passive-mode>
17         </config>
18     </transport>
19     <config>
20         <peer-type>INTERNAL</peer-type>
21     </config>
22     <afi-safis>
23         <afi-safi>
24             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV4-UNICAST</afi-safi-name>
25              <receive>true</receive>
26              <send-max>$MULTIPATH</send-max>
27         </afi-safi>
28     </afi-safis>
29 </neighbor>