Step 2: Move test folder to root
[integration/test.git] / csit / variables / ovsdb / add_flow_rule4.xml
1 <flow xmlns="urn:opendaylight:flow:inventory">
2     <hard-timeout>0</hard-timeout>
3     <idle-timeout>0</idle-timeout>
4     <priority>2</priority>
5     <flow-name>flow2</flow-name>
6     <match>
7         <in-port>openflow:1:1</in-port>
8     </match>
9     <id>2</id>
10     <table_id>0</table_id>
11     <instructions>
12         <instruction>
13             <order>0</order>
14             <apply-actions>
15                 <action>
16                     <order>0</order>
17                     <set-field>
18                         <tunnel>
19                             <tunnel-id>2</tunnel-id>
20                         </tunnel>
21                     </set-field>
22                 </action>
23                 <action>
24                     <order>2</order>
25                     <output-action>
26                         <output-node-connector>2</output-node-connector>
27                     </output-action>
28                 </action>
29             </apply-actions>
30         </instruction>
31     </instructions>
32 </flow>