Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / edit_config.xml
diff --git a/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/edit_config.xml b/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/edit_config.xml
new file mode 100644 (file)
index 0000000..05866a6
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rpc message-id="1"
+     xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+    <edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+        <target>
+            <candidate/>
+        </target>
+        <config/>
+    </edit-config>
+</rpc>
\ No newline at end of file