Consider AugmentationNodes when direct descendant is not found
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / yangtools892 / neighbour.xml
1 <network-instances xmlns="urn:opendaylight:params:xml:ns:yang:test:network:instance">
2     <network-instance>
3         <name>global-bgp</name>
4         <config>
5             <name>global-bgp</name>
6         </config>
7         <protocols>
8             <protocol>
9                 <identifier xmlns:x="urn:opendaylight:params:xml:ns:yang:test:policy:types">x:BGP</identifier>
10                 <name>test-bgp-instance</name>
11                 <config>
12                     <name>test-bgp-instance</name>
13                     <identifier xmlns:x="urn:opendaylight:params:xml:ns:yang:test:policy:types">x:BGP</identifier>
14                 </config>
15                 <bgp xmlns="urn:opendaylight:params:xml:ns:yang:bgp:test:extensions">
16                     <neighbors>
17                         <neighbor>
18                             <neighbor-address>10.25.1.9</neighbor-address>
19                             <config>
20                                 <peer-group>application-peers</peer-group>
21                             </config>
22                             <afi-safis>
23                                 <afi-safi>
24                                     <afi-safi-name xmlns:x="urn:opendaylight:params:xml:ns:yang:test:bgp:types">x:IPV4-UNICAST</afi-safi-name>
25                                     <config>
26                                         <afi-safi-name xmlns:x="urn:opendaylight:params:xml:ns:yang:test:bgp:types">x:IPV4-UNICAST</afi-safi-name>
27                                     </config>
28                                     <receive>true</receive>
29                                     <send-max>0</send-max>
30                                 </afi-safi>
31                             </afi-safis>
32                         </neighbor>
33                     </neighbors>
34                 </bgp>
35             </protocol>
36         </protocols>
37     </network-instance>
38 </network-instances>