Merge "BUG-1140: inPort disappeared from match"
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 0 / pre-filter.xml
1 <rpc-reply message-id="0" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2   <data>
3     <top xmlns="http://example.com/schema/1.2/config">
4       <users>
5         <user>
6           <name>root</name>
7           <type>superuser</type>
8           <full-name>Charlie Root</full-name>
9           <company-info>
10             <dept>1</dept>
11             <id>1</id>
12           </company-info>
13         </user>
14         <user>
15           <name>fred</name>
16           <type>admin</type>
17           <full-name>Fred Flintstone</full-name>
18           <company-info>
19             <dept>2</dept>
20             <id>2</id>
21           </company-info>
22         </user>
23         <user>
24           <name>barney</name>
25           <type>admin</type>
26           <full-name>Barney Rubble</full-name>
27           <company-info>
28             <dept>2</dept>
29             <id>3</id>
30           </company-info>
31         </user>
32       </users>
33       <groups>
34         <group>
35           <name>admin</name>
36         </group>
37       </groups>
38     </top>
39   </data>
40 </rpc-reply>