Bug 762: Fixed incorrect xmls used for regression testing.
[integration/test.git] / test / csit / variables / xmls / f16.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <flow-name>FooXf16</flow-name>
4     <id>139</id>
5     <cookie_mask>255</cookie_mask>
6     <cookie>16</cookie>
7     <hard-timeout>1200</hard-timeout>
8     <idle-timeout>3400</idle-timeout>
9     <priority>2</priority>
10     <table_id>2</table_id>
11     <strict>false</strict>
12     <instructions>
13         <instruction>
14             <order>0</order>
15             <apply-actions>
16                 <action>
17                     <order>0</order>
18                     <dec-nw-ttl/>
19                 </action>
20             </apply-actions>
21         </instruction>
22     </instructions>
23     <match>
24         <ethernet-match>
25             <ethernet-type>
26                 <type>2048</type>
27             </ethernet-type>
28             <ethernet-destination>
29                 <address>ff:ff:29:01:19:61</address>
30             </ethernet-destination>
31             <ethernet-source>
32                 <address>00:00:00:11:23:ae</address>
33             </ethernet-source>
34         </ethernet-match>
35         <vlan-match>
36             <vlan-id>
37                 <vlan-id>78</vlan-id>
38                 <vlan-id-present>true</vlan-id-present>
39             </vlan-id>
40             <vlan-pcp>3</vlan-pcp>
41         </vlan-match>
42     </match>
43 </flow>