modifying bgp suites to use openconfig for carbon testing
[integration/test.git] / csit / variables / bgpfunctional / multipaths / rib / data.xml
1 <protocol xmlns="http://openconfig.net/yang/network-instance">
2     <name>example-bgp-rib</name>
3     <identifier xmlns:x="http://openconfig.net/yang/policy-types">x:BGP</identifier>
4     <bgp xmlns="urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions">
5         <global>
6             <config>
7                 <router-id>192.0.2.2</router-id>
8                 <as>64496</as>
9             </config>
10             <afi-safis>
11                 <afi-safi>
12                     <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV4-UNICAST</afi-safi-name>
13                     <receive>true</receive>
14                     <send-max>$MULTIPATH</send-max>
15                 </afi-safi>
16             </afi-safis>
17         </global>
18     </bgp>
19 </protocol>