Step 2: Move test folder to root
[integration/test.git] / tools / OF_Test / xmls / f6.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <strict>false</strict>
4     <instructions>
5         <instruction>
6             <order>0</order>
7             <apply-actions>
8                 <action>
9                     <order>0</order>
10                     <dec-nw-ttl/>
11                 </action>
12                 <action>
13                     <order>1</order>
14                     <dec-mpls-ttl/>
15                 </action>
16             </apply-actions>
17         </instruction>
18     </instructions>
19     <table_id>2</table_id>
20     <id>129</id>
21     <cookie_mask>255</cookie_mask>
22     <match>
23         <ethernet-match>
24             <ethernet-type>
25                 <type>2048</type>
26             </ethernet-type>
27             <ethernet-destination>
28                 <address>ff:ff:ff:ff:ff:ff</address>
29             </ethernet-destination>
30             <ethernet-source>
31                 <address>00:00:00:01:23:ae</address>
32             </ethernet-source>
33         </ethernet-match>
34         <ipv4-source>10.1.2.3/24</ipv4-source>
35         <ipv4-destination>40.4.5.6/16</ipv4-destination>
36     </match>
37     <hard-timeout>12</hard-timeout>
38     <flags>FlowModFlags [_cHECKOVERLAP=false, _rESETCOUNTS=false, _nOPKTCOUNTS=false, _nOBYTCOUNTS=false, _sENDFLOWREM=false]</flags>
39     <cookie>5</cookie>
40     <idle-timeout>34</idle-timeout>
41     <flow-name>FooXf5</flow-name>
42     <priority>2</priority>
43     <barrier>false</barrier>
44 </flow>