Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_replace_default.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>
8             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
9
10                 <module>
11                     <name>dep</name>
12                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
13                         test-impl:impl-dep
14                     </type>
15                 </module>
16
17                 <module>
18                     <name>dep2</name>
19                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
20                         test-impl:impl-dep
21                     </type>
22                 </module>
23             </modules>
24             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config"/>
25         </config>
26     </edit-config>
27 </rpc>