Merge "Bug-4957 Double candidate Onwership initial commit"
[openflowplugin.git] / test-scripts / xmls / f28.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <flow-name>FooXf28</flow-name>
4     <id>151</id>
5     <cookie_mask>255</cookie_mask>
6     <cookie>28</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>34887</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 <!-- I have no idea about PBB in match that is all what I've found
36         https://bugs.opendaylight.org/show_bug.cgi?id=382
37         <protocol-match-fields>
38             <pbb>
39                 <pbb-isid>45</pbb-isid>
40             </pbb>
41         </protocol-match-fields>
42 -->
43     </match>
44     <flags>FlowModFlags [_cHECKOVERLAP=false, _rESETCOUNTS=false, _nOPKTCOUNTS=false, _nOBYTCOUNTS=false, _sENDFLOWREM=false]</flags>
45 </flow>
46