Step 2: Move test folder to root
[integration/test.git] / csit / variables / xmls / f213.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-dscp</flow-name>
5     <id>336</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>101</cookie>
8     <table_id>2</table_id>
9     <priority>213</priority>
10     <installHw>false</installHw>
11     <instructions>
12         <instruction>
13             <order>0</order>
14             <apply-actions>
15                 <action>
16                     <order>0</order>
17                     <set-field>
18                     <ip-match>
19                         <ip-dscp>8</ip-dscp>
20                     </ip-match>
21                     </set-field>
22                 </action>
23             </apply-actions>
24         </instruction>
25     </instructions>
26     <match>
27         <ethernet-match>
28             <ethernet-type>
29                 <type>2048</type>
30             </ethernet-type>
31         </ethernet-match>
32         <ipv4-source>10.1.2.3/24</ipv4-source>
33         <ipv4-destination>20.4.5.6/16</ipv4-destination>
34                 <ip-match>
35             <ip-protocol>56</ip-protocol>
36             <ip-dscp>60</ip-dscp> 
37             <ip-ecn>1</ip-ecn>
38         </ip-match>
39     </match>
40 </flow>