Adding XML files for OpenFlowplugin Test
[integration/test.git] / test / csit / variables / xmls / f109.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <strict>false</strict>
4     <flow-name>FooXf109</flow-name>
5     <id>264</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>109</cookie>
8     <table_id>2</table_id>
9     <priority>2</priority>
10     <hard-timeout>1200</hard-timeout>
11     <idle-timeout>3400</idle-timeout>
12     <installHw>false</installHw>
13     <instructions>
14         <instruction>
15             <order>0</order>
16             <apply-actions>
17                 <action>
18                     <order>0</order>
19                     <output-action>
20                         <output-node-connector>ANY</output-node-connector>
21                         <max-length>60</max-length>
22                     </output-action>
23                 </action>
24             </apply-actions>
25         </instruction>
26     </instructions>
27     <match>
28         <ethernet-match>
29             <ethernet-type>
30                 <type>2048</type>
31             </ethernet-type>
32             <ethernet-destination>
33                 <address>20:14:29:01:19:61</address>
34             </ethernet-destination>
35             <ethernet-source>
36                 <address>00:00:00:11:23:ae</address>
37             </ethernet-source>
38         </ethernet-match>
39         <ipv4-source>19.1.2.3/10</ipv4-source>
40         <ipv4-destination>172.168.5.6/18</ipv4-destination>
41         <ip-match>
42             <ip-protocol>17</ip-protocol>
43             <ip-dscp>8</ip-dscp>
44             <ip-ecn>3</ip-ecn>
45         </ip-match>
46         <udp-source-port>25364</udp-source-port>
47         <udp-destination-port>8080</udp-destination-port>
48         <in-port>0</in-port>
49     </match>
50 </flow>
51