Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / variables / xmls / f113.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-mpls-action</flow-name>
5     <id>236</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>401</cookie>
8     <table_id>2</table_id>
9     <priority>113</priority>
10     <installHw>false</installHw>
11     <instructions>
12         <instruction>
13             <order>0</order>
14             <apply-actions>
15                 <action>
16                     <order>0</order>
17                     <push-mpls-action>
18                         <ethernet-type>34888</ethernet-type>
19                     </push-mpls-action>
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-destination>
30                 <address>20:14:29:01:19:61</address>
31             </ethernet-destination>
32             <ethernet-source>
33                 <address>00:00:00:11:23:ae</address>
34             </ethernet-source>
35         </ethernet-match>
36         <ipv4-source>19.1.2.3/10</ipv4-source>
37         <ipv4-destination>172.168.5.6/18</ipv4-destination>
38         <ip-match>
39             <ip-protocol>17</ip-protocol>
40             <ip-dscp>8</ip-dscp>
41             <ip-ecn>3</ip-ecn>
42         </ip-match>
43         <udp-source-port>25364</udp-source-port>
44         <udp-destination-port>8080</udp-destination-port>
45         <in-port>0</in-port>
46     </match>
47 </flow>