Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / variables / xmls / f211.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-ipv4-src</flow-name>
5     <id>334</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>101</cookie>
8     <table_id>2</table_id>
9     <priority>211</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                         <ipv4-source>20.1.2.3/32</ipv4-source>
19                     </set-field>
20                 </action>
21             </apply-actions>
22         </instruction>
23     </instructions>
24     <match>
25         <ethernet-match>
26             <ethernet-type>
27                 <type>2048</type>
28             </ethernet-type>
29         </ethernet-match>
30         <ipv4-source>10.1.2.3/24</ipv4-source>
31         <ipv4-destination>20.4.5.6/16</ipv4-destination>
32                 <ip-match>
33             <ip-protocol>56</ip-protocol>
34             <ip-ecn>1</ip-ecn>
35         </ip-match>
36     </match>
37 </flow>