Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / xmls / f205.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <strict>false</strict>
4     <instructions>
5         <instruction>
6             <order>0</order>
7             <apply-actions>
8                 <action>
9                     <order>0</order>
10                     <set-field>
11                         <sctp-source-port>1111</sctp-source-port>
12                     </set-field>
13                 </action>
14             </apply-actions>
15         </instruction>
16     </instructions>
17     <table_id>2</table_id>
18     <id>328</id>
19     <cookie_mask>255</cookie_mask>
20     <match>
21         <ethernet-match>
22             <ethernet-type>
23                 <type>2048</type>
24             </ethernet-type>
25             <ethernet-destination>
26                 <address>ff:ff:29:01:19:61</address>
27             </ethernet-destination>
28             <ethernet-source>
29                 <address>00:00:00:11:23:ae</address>
30             </ethernet-source>
31         </ethernet-match>
32         <ipv4-source>17.1.2.3/8</ipv4-source>
33         <ipv4-destination>172.168.5.6/16</ipv4-destination>
34         <ip-match>
35             <ip-protocol>132</ip-protocol>
36             <ip-dscp>0</ip-dscp>
37             <ip-ecn>0</ip-ecn>
38         </ip-match>
39         <sctp-source-port>768</sctp-source-port>
40         <sctp-destination-port>384</sctp-destination-port>
41         <in-port>0</in-port>
42     </match>
43     <cookie>10</cookie>
44     <flow-name>sctp-source-port-action</flow-name>
45     <priority>205</priority>
46     <barrier>false</barrier>
47 </flow>