Modify OpenFlow stats test to verify Flow match function
[integration/test.git] / csit / variables / xmls / f222.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <priority>222</priority>
4     <flow-name>Foo222</flow-name>
5     <match>
6         <ethernet-match>
7             <ethernet-type>
8                 <type>2048</type>
9             </ethernet-type>
10         </ethernet-match>
11         <ipv4-destination>2.2.2.0/16</ipv4-destination>
12     </match>
13     <id>345</id>
14     <table_id>2</table_id>
15     <instructions>
16         <instruction>
17             <order>0</order>
18             <apply-actions>
19                 <action>
20                    <order>0</order>
21                    <dec-nw-ttl/>
22                 </action>
23             </apply-actions>
24         </instruction>
25     </instructions>
26 </flow>