68610ae4e9f24391b72470059024faa459c60cfb
[integration/test.git] / test / csit / variables / xmls / f102.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>FooXf102</flow-name>
5     <id>257</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>102</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>INPORT</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>ff:ff: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>17.1.2.3/8</ipv4-source>
40         <ipv4-destination>172.168.5.6/16</ipv4-destination>
41         <ip-match>
42             <ip-protocol>6</ip-protocol>
43             <ip-dscp>2</ip-dscp>
44             <ip-ecn>2</ip-ecn>
45         </ip-match>
46         <tcp-source-port>25364</tcp-source-port>
47         <tcp-destination-port>8080</tcp-destination-port>
48     </match>
49 </flow>
50