Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_replace_default_ex.xml
1 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <edit-config>
3         <target>
4             <candidate/>
5         </target>
6         <default-operation>replace</default-operation>
7         <config xmlns="top:level:namespace">
8             <modules>
9                 <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl" operation="remove">
10                     <type xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">impl-dep</type>
11                     <name>dep</name>
12                 </module>
13                 <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl" operation="remove">
14                     <type xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">impl-dep</type>
15                     <name>dep2</name>
16                 </module>
17             </modules>
18             <services/>
19         </config>
20     </edit-config>
21 </rpc>