e3d7a6716c7a7bed3b7d0f28477c7bcd6505587e
[ccsdk/cds.git] /
1 <yang-patch xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-patch">
2 <patch-id>example-patch</patch-id>
3 <comment>Example patch</comment>
4 <edit>
5   <edit-id>edit1</edit-id>
6   <operation>create</operation>
7   <target>/car-entry</target>
8   <value>
9     <car-entry xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car">
10       <id>0</id>
11     </car-entry>
12   </value>
13 </edit>
14 <edit>
15   <edit-id>edit2</edit-id>
16   <operation>delete</operation>
17   <target>/car-entry/0</target>
18 </edit>
19 </yang-patch>