Merge "BUG 484 Anyxml normalized node"
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / implementation / src / test / resources / AddFlow.xml
1 <add-flow xmlns="urn:opendaylight:flow:service">
2   <input>
3     <transaction-uri>BA-7</transaction-uri>
4     <table_id>4</table_id>
5     <priority>5</priority>
6     <node>
7       /(urn:opendaylight:inventory?revision=2013-08-19)nodes/(urn:opendaylight:inventory?revision=2013-08-19)node[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:1}]
8     </node>
9     <match>
10       <ipv4-destination>10.0.10.2/24</ipv4-destination>
11       <ethernet-match>
12         <ethernet-type>
13           <type>2048</type>
14         </ethernet-type>
15       </ethernet-match>
16     </match>
17     <instructions>
18       <instruction>
19         <order>0</order>
20         <apply-actions>
21           <action>
22             <order>0</order>
23             <dec-nw-ttl/>
24           </action>
25         </apply-actions>
26       </instruction>
27     </instructions>
28     <flow-table>
29       /(urn:opendaylight:inventory?revision=2013-08-19)nodes/(urn:opendaylight:inventory?revision=2013-08-19)node[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:1}]/(urn:opendaylight:flow:inventory?revision=2013-08-19)table[{(urn:opendaylight:flow:inventory?revision=2013-08-19)id=4}]
30     </flow-table>
31     <flow-ref>
32       /(urn:opendaylight:inventory?revision=2013-08-19)nodes/(urn:opendaylight:inventory?revision=2013-08-19)node[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:1}]/(urn:opendaylight:flow:inventory?revision=2013-08-19)table[{(urn:opendaylight:flow:inventory?revision=2013-08-19)id=4}]/(urn:opendaylight:flow:inventory?revision=2013-08-19)flow[{(urn:opendaylight:flow:inventory?revision=2013-08-19)id=4}]
33     </flow-ref>
34     <flow-name>Foo</flow-name>
35   </input>
36 </add-flow>