BUG-2304 Fix leafref/instanceIdentifier processing in restconf -> netconf pipeline
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 10 / request.xml
1 <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-9">
2     <get-config>
3         <source>
4             <running/>
5         </source>
6         <filter xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" a:type="subtree">
7             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
8                 <module>
9                     <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">x:sal-netconf-connector</type>
10                     <name>controller-config</name>
11                 </module>
12             </modules>
13         </filter>
14     </get-config>
15 </rpc>