Step 2: Move test folder to root
[integration/test.git] / csit / variables / xmls / f108.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>FooXf108</flow-name>
5     <id>231</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>108</cookie>
8     <table_id>2</table_id>
9     <priority>108</priority>
10     <installHw>false</installHw>
11     <instructions>
12         <instruction>
13             <order>0</order>
14             <apply-actions>
15                 <action>
16                     <order>0</order>
17                     <output-action>
18                         <output-node-connector>CONTROLLER</output-node-connector>
19                         <max-length>60</max-length>
20                     </output-action>
21                 </action>
22             </apply-actions>
23         </instruction>
24     </instructions>
25     <match>
26         <ethernet-match>
27             <ethernet-type>
28                 <type>2048</type>
29             </ethernet-type>
30             <ethernet-destination>
31                 <address>20:14:29:01:19:61</address>
32             </ethernet-destination>
33             <ethernet-source>
34                 <address>00:00:00:11:23:ae</address>
35             </ethernet-source>
36         </ethernet-match>
37         <ipv4-source>19.1.2.3/10</ipv4-source>
38         <ipv4-destination>172.168.5.6/18</ipv4-destination>
39         <ip-match>
40             <ip-protocol>17</ip-protocol>
41             <ip-dscp>8</ip-dscp>
42             <ip-ecn>3</ip-ecn>
43         </ip-match>
44         <udp-source-port>25364</udp-source-port>
45         <udp-destination-port>8080</udp-destination-port>
46         <in-port>0</in-port>
47     </match>
48 </flow>