Bug 762: Fixed incorrect xmls used for regression testing.
[integration/test.git] / test / csit / variables / xmls / f25.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>FooXf25</flow-name>
5     <id>148</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>25</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                     <dec-nw-ttl/>
20                 </action>
21             </apply-actions>
22         </instruction>
23     </instructions>
24     <match>
25         <ethernet-match>
26             <ethernet-type>
27                 <type>34525</type>
28             </ethernet-type>
29         </ethernet-match>
30         <ipv6-source>1234:5678:9ABC:DEF0:FDCD:A987:6543:210F/76</ipv6-source>
31         <ipv6-destination>fe80:2acf:e9ff:fe21::6431/94</ipv6-destination>
32         <metadata>
33             <metadata>12345</metadata>
34         </metadata>
35         <ipv6-label>
36             <ipv6-flabel>33</ipv6-flabel>
37         </ipv6-label>
38         <ip-match>
39             <ip-protocol>58</ip-protocol>
40             <ip-dscp>60</ip-dscp>
41             <ip-ecn>3</ip-ecn>
42         </ip-match>
43         <icmpv6-match>
44             <icmpv6-type>6</icmpv6-type>
45             <icmpv6-code>3</icmpv6-code>
46         </icmpv6-match>
47     </match>
48 </flow>