Step 2: Move test folder to root
[integration/test.git] / csit / variables / xmls / f51.xml
1 <flow xmlns="urn:opendaylight:flow:inventory">
2     <strict>false</strict>
3     <hard-timeout>0</hard-timeout>
4     <idle-timeout>0</idle-timeout>
5     <instructions>
6         <instruction>
7             <order>0</order>
8             <apply-actions>
9                 <action>
10                    <output-action>
11                         <output-node-connector>openflow:1:1</output-node-connector>
12                     </output-action>
13                     <order>1</order>
14                 </action>
15             </apply-actions>
16         </instruction>
17         <instruction>
18             <order>1</order>
19             <meter>
20               <meter-id>1</meter-id>
21             </meter>
22         </instruction>
23     </instructions>
24     <table_id>0</table_id>
25     <id>2</id>
26     <match>
27         <ethernet-match>
28             <ethernet-type>
29                 <type>2048</type>
30             </ethernet-type>
31         </ethernet-match>
32         <ipv4-destination>10.0.10.2/32</ipv4-destination>
33     </match>
34     <flow-name>forward</flow-name>
35     <priority>2</priority>
36 </flow>