GENIUS-136 : Enhance Genius-CSIT to 3 Switches
[integration/test.git] / csit / variables / xmls / f550.xml
1 <flow xmlns="urn:opendaylight:flow:inventory">
2     <hard-timeout>0</hard-timeout>
3     <idle-timeout>0</idle-timeout>
4     <priority>550</priority>
5     <flow-name>flow-tunnel</flow-name>
6     <match>
7         <extension-list xmlns="urn:opendaylight:openflowplugin:extension:general">
8             <extension-key xmlns:x="urn:opendaylight:openflowplugin:extension:nicira:match">x:nxm-nx-tun-ipv4-src-key</extension-key>
9             <extension>
10                 <nxm-nx-tun-ipv4-src xmlns="urn:opendaylight:openflowplugin:extension:nicira:match">
11                     <ipv4-address>192.168.0.10</ipv4-address>
12                 </nxm-nx-tun-ipv4-src>
13             </extension>
14         </extension-list>
15     </match>
16     <id>550</id>
17     <table_id>2</table_id>
18     <instructions>
19         <instruction>
20             <order>0</order>
21             <apply-actions>
22                 <action>
23                     <order>0</order>
24                     <output-action>
25                         <output-node-connector>1</output-node-connector>
26                     </output-action>
27                 </action>
28             </apply-actions>
29         </instruction>
30     </instructions>
31 </flow>