Adding XML files for OpenFlowplugin Test
[integration/test.git] / test / csit / variables / xmls / f104.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>FooXf104</flow-name>
5     <id>259</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>104</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>LOCAL</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>34525</type>
31             </ethernet-type>
32         </ethernet-match>
33         <ipv6-source>1234:5678:9ABC:DEF0:FDCD:A987:6543:210F/76</ipv6-source>
34         <ipv6-destination>fe80:2acf:e9ff:fe21::6431/94</ipv6-destination>
35         <metadata>
36             <metadata>12345</metadata>
37         </metadata>
38         <ip-match>
39             <ip-protocol>6</ip-protocol>
40             <ip-dscp>60</ip-dscp>
41             <ip-ecn>3</ip-ecn>
42         </ip-match>
43         <tcp-source-port>183</tcp-source-port>
44         <tcp-destination-port>8080</tcp-destination-port>
45     </match>
46 </flow>
47