Step 1: Move vm scripts to the right place
[integration/test.git] / test / tools / OF_Test / xmls / f7.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-mpls-ttl/>
11                 </action>
12             </apply-actions>
13         </instruction>
14     </instructions>
15     <table_id>2</table_id>
16     <id>130</id>
17     <cookie_mask>255</cookie_mask>
18     <match>
19         <ethernet-match>
20             <ethernet-type>
21                 <type>2048</type>
22             </ethernet-type>
23             <ethernet-destination>
24                 <address>ff:ff:ff:ff:ff:aa</address>
25             </ethernet-destination>
26             <ethernet-source>
27                 <address>00:00:00:11:23:ae</address>
28             </ethernet-source>
29         </ethernet-match>
30         <ipv4-source>10.1.2.3/24</ipv4-source>
31         <ipv4-destination>20.4.5.6/16</ipv4-destination>
32         <ip-match>
33             <ip-protocol>56</ip-protocol>
34             <ip-dscp>15</ip-dscp>
35             <ip-ecn>1</ip-ecn>
36         </ip-match>
37         <in-port>0</in-port>
38     </match>
39     <hard-timeout>12000</hard-timeout>
40     <flags>FlowModFlags [_cHECKOVERLAP=false, _rESETCOUNTS=false, _nOPKTCOUNTS=false, _nOBYTCOUNTS=false, _sENDFLOWREM=false]</flags>
41     <cookie>7</cookie>
42     <idle-timeout>12000</idle-timeout>
43     <flow-name>FooXf7</flow-name>
44     <priority>2</priority>
45     <barrier>false</barrier>
46 </flow>