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