Merge "Add message to update the schema context of the InMemoryDOMDataStore"
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 7 / post-filter.xml
1 <rpc-reply message-id="7"
2            xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3   <data>
4     <t:top xmlns:t="http://example.com/schema/1.2/stats">
5       <t:interfaces>
6         <t:interface t:ifName="eth0">
7           <t:ifInOctets>45621</t:ifInOctets>
8           <t:ifOutOctets>774344</t:ifOutOctets>
9         </t:interface>
10       </t:interfaces>
11     </t:top>
12   </data>
13 </rpc-reply>