Bug 762: Fixed incorrect xmls used for regression testing.
[integration/test.git] / test / csit / variables / xmls / f212.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <strict>false</strict>
4     <flow-name>set-field-ip-protocol</flow-name>
5     <id>256</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>101</cookie>
8     <table_id>2</table_id>
9     <priority>2</priority>
10     <hard-timeout>1200</hard-timeout>
11     <idle-timeout>3400</idle-timeout>
12     <installHw>false</installHw>
13     <instructions>
14         <instruction>
15             <order>0</order>
16             <apply-actions>
17                 <action>
18                     <order>0</order>
19                     <set-field>
20                     <ip-match>
21                         <ip-protocol>6</ip-protocol>
22                     </ip-match>
23                     </set-field>
24                 </action>
25             </apply-actions>
26         </instruction>
27     </instructions>
28     <match>
29         <ethernet-match>
30             <ethernet-type>
31                 <type>2048</type>
32             </ethernet-type>
33         </ethernet-match>
34         <ipv4-source>10.1.2.3/24</ipv4-source>
35         <ipv4-destination>20.4.5.6/16</ipv4-destination>
36                 <ip-match>
37             <ip-protocol>56</ip-protocol>
38             <ip-dscp>60</ip-dscp> 
39             <ip-ecn>1</ip-ecn>
40         </ip-match>
41     </match>
42 </flow>