Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 2 / request.xml
1 <rpc message-id="2"
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       </top>
11     </filter>
12   </get-config>
13 </rpc>