Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / xmls / f110.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>push-vlan-action</flow-name>
5     <id>233</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>201</cookie>
8     <table_id>2</table_id>
9     <priority>110</priority>
10     <installHw>false</installHw>
11     <instructions>
12         <instruction>
13             <order>0</order>
14             <apply-actions>
15                 <action>
16                     <order>0</order>
17                     <push-vlan-action>
18                         <ethernet-type>33024</ethernet-type>
19                         <vlan-id>1234</vlan-id>
20                     </push-vlan-action>
21                 </action>
22             </apply-actions>
23         </instruction>
24     </instructions>
25     <match>
26         <ethernet-match>
27             <ethernet-type>
28                 <type>34525</type>
29             </ethernet-type>
30         </ethernet-match>
31         <ipv6-source>1234:5678:9ABC:DEF0:FDCD:A987:6543:210F/76</ipv6-source>
32         <ipv6-destination>fe80:2acf:e9ff:fe21::6431/94</ipv6-destination>
33         <ip-match>
34             <ip-protocol>6</ip-protocol>
35             <ip-ecn>3</ip-ecn>
36         </ip-match>
37         <tcp-source-port>183</tcp-source-port>
38         <tcp-destination-port>8080</tcp-destination-port>
39     </match>
40 </flow>