first implementation of yang-data-api
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-data-impl / src / test / resources / config01.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>\r
2 <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">\r
3     <edit-config>\r
4         <target>\r
5             <running />\r
6         </target>\r
7         <config>\r
8             <top xmlns="http://example.com/schema/1.2/config">\r
9                 <interface>\r
10                     <name>Ethernet0/0</name>\r
11                     <mtu>1500</mtu>\r
12                 </interface>\r
13             </top>\r
14         </config>\r
15     </edit-config>\r
16 </rpc>\r
17