Step 2: Move test folder to root
[integration/test.git] / csit / variables / xmls / f50.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                     <group-action>
11                         <group-id>1</group-id>
12                     </group-action>
13                     <order>1</order>
14                 </action>
15             </apply-actions>
16         </instruction>
17     </instructions>
18     <table_id>0</table_id>
19     <id>1</id>
20     <match>
21         <ethernet-match>
22             <ethernet-type>
23                 <type>2048</type>
24             </ethernet-type>
25         </ethernet-match>
26         <ipv4-destination>10.0.10.1/32</ipv4-destination>
27     </match>
28     <flow-name>forward</flow-name>
29     <priority>2</priority>
30 </flow>