Merge "Implement basic ShardTransactionChain#CloseTransactionChain"
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 7 / request.xml
1 <rpc message-id="7"
2      xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3   <get>
4     <filter type="subtree">
5       <t:top xmlns:t="http://example.com/schema/1.2/stats">
6         <t:interfaces>
7           <t:interface t:ifName="eth0"/>
8         </t:interfaces>
9       </t:top>
10     </filter>
11   </get>
12 </rpc>