Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / variables / xmls / f209.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-tunnel-id</flow-name>
5     <id>332</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>101</cookie>
8     <table_id>2</table_id>
9     <priority>209</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                         <tunnel>
19                             <tunnel-id>2591</tunnel-id>
20                         </tunnel>
21                     </set-field>
22                 </action>
23             </apply-actions>
24         </instruction>
25     </instructions>
26     <match>
27         <ethernet-match>
28             <ethernet-type>
29                 <type>34525</type>
30             </ethernet-type>
31         </ethernet-match>
32         <ipv6-source>1234:5678:9ABC:DEF0:FDCD:A987:6543:210F/76</ipv6-source>
33         <ipv6-destination>fe80:2acf:e9ff:fe21::6431/94</ipv6-destination>
34         <metadata>
35             <metadata>12345</metadata>
36         </metadata>
37         <ip-match>
38             <ip-protocol>6</ip-protocol>
39             <ip-dscp>60</ip-dscp>
40             <ip-ecn>3</ip-ecn>
41         </ip-match>
42         <tcp-source-port>183</tcp-source-port>
43         <tcp-destination-port>8080</tcp-destination-port>
44     </match>
45 </flow>