Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 4 / request.xml
1 <rpc message-id="4"
2      xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3   <get-config>
4     <source>
5       <running/>
6     </source>
7     <filter type="subtree">
8       <top xmlns="http://example.com/schema/1.2/config">
9         <users>
10           <user>
11             <name>fred</name>
12           </user>
13         </users>
14       </top>
15     </filter>
16   </get-config>
17 </rpc>