Adding XML files for OpenFlowplugin Test
[integration/test.git] / test / csit / variables / xmls / f113.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>push-mpls-action</flow-name>
5     <id>263</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>401</cookie>
8     <table_id>2</table_id>
9     <priority>8</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                     <push-mpls-action>
20                         <ethernet-type>34888</ethernet-type>
21                     </push-mpls-action>
22                 </action>
23             </apply-actions>
24         </instruction>
25     </instructions>
26     <match>
27         <ethernet-match>
28             <ethernet-type>
29                 <type>2048</type>
30             </ethernet-type>
31             <ethernet-destination>
32                 <address>20:14:29:01:19:61</address>
33             </ethernet-destination>
34             <ethernet-source>
35                 <address>00:00:00:11:23:ae</address>
36             </ethernet-source>
37         </ethernet-match>
38         <ipv4-source>19.1.2.3/10</ipv4-source>
39         <ipv4-destination>172.168.5.6/18</ipv4-destination>
40         <ip-match>
41             <ip-protocol>17</ip-protocol>
42             <ip-dscp>8</ip-dscp>
43             <ip-ecn>3</ip-ecn>
44         </ip-match>
45         <udp-source-port>25364</udp-source-port>
46         <udp-destination-port>8080</udp-destination-port>
47         <in-port>0</in-port>
48     </match>
49 </flow>
50