fee24ee7733b7a363413bf0cf7c038ac42646dc2
[netconf.git] / protocol / netconf-util / src / test / resources / netconfMessages / get-config-with-multiple-subtrees.xml
1 <rpc message-id="m-0" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <get-config>
3         <source>
4             <running/>
5         </source>
6         <filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
7             <c xmlns="test:namespace">
8                 <a/>
9                 <d>
10                     <x/>
11                 </d>
12             </c>
13             <e xmlns="test:namespace">
14                 <z/>
15             </e>
16         </filter>
17     </get-config>
18 </rpc>