Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / xmls / f158.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow 
3     xmlns="urn:opendaylight:flow:inventory">
4     <flow-name>push-mpls-action</flow-name>
5     <instructions>
6         <instruction>
7             <order>3</order>
8             <apply-actions>
9                 <action>
10                     <push-mpls-action>
11                         <ethernet-type>34887</ethernet-type>
12                     </push-mpls-action>
13                     <order>0</order>
14                 </action>
15                 <action>
16                     <set-field>
17                         <protocol-match-fields>
18                             <mpls-label>27</mpls-label>
19                         </protocol-match-fields>
20                     </set-field>
21                     <order>1</order>
22                 </action>
23                 <action>
24                     <output-action>
25                         <output-node-connector>2</output-node-connector>
26                     </output-action>
27                     <order>2</order>
28                 </action>
29             </apply-actions>
30         </instruction>
31     </instructions>
32     <strict>false</strict>
33     <id>281</id>
34     <match>
35         <ethernet-match>
36             <ethernet-type>
37                 <type>2048</type>
38             </ethernet-type>
39         </ethernet-match>
40         <in-port>1</in-port>
41         <ipv4-destination>10.0.0.4/32</ipv4-destination>
42     </match>
43     <cookie_mask>255</cookie_mask>
44     <cookie>401</cookie>
45     <priority>158</priority>
46     <installHw>false</installHw>
47     <table_id>2</table_id>
48 </flow>