Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / ovsdb / add_flow_rule3.xml
1 <flow xmlns="urn:opendaylight:flow:inventory">
2     <priority>2</priority>
3     <flow-name>flow1</flow-name>
4     <match>
5         <tunnel>
6             <tunnel-id>2</tunnel-id>
7         </tunnel>
8         <in-port>openflow:1:2</in-port>
9     </match>
10     <id>1</id>
11     <table_id>0</table_id>
12     <instructions>
13         <instruction>
14             <order>0</order>
15             <apply-actions>
16                 <action>
17                     <order>0</order>
18                     <output-action>
19                         <output-node-connector>1</output-node-connector>
20                     </output-action>
21                 </action>
22             </apply-actions>
23         </instruction>
24     </instructions>
25 </flow>