Merge "OPNFLWPLUG-929 : Remove deprecated guava library in openflowplugin-impl"
[openflowplugin.git] / test-scripts / xmls / ef31.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 <!-- empty action ?
9 from OF specification (1.3.0, 1.3.2
10 Drop -    There  is  no  explicit  action  to  represent  drops.    Instead,  packets  whose  action sets have no output actions should be dropped.  This result could come from empty instruction sets or empty action buckets in the processing pipeline, or after executing a Clear-Actions instruction.
11 -->
12                 <action/>
13             </apply-actions>
14         </instruction>
15     </instructions>
16     <table_id>2</table_id>
17     <id>154</id>
18     <cookie_mask>10</cookie_mask>
19     <out_port>10</out_port>
20     <installHw>false</installHw>
21     <out_group>2</out_group>
22     <match>
23         <ethernet-match>
24             <ethernet-type>
25                 <type>2048</type>
26             </ethernet-type>
27         </ethernet-match>
28         <ipv4-destination>10.0.0.0/24</ipv4-destination>
29     </match>
30     <hard-timeout>12</hard-timeout>
31     <flags>FlowModFlags [_cHECKOVERLAP=false, _rESETCOUNTS=false, _nOPKTCOUNTS=false, _nOBYTCOUNTS=false, _sENDFLOWREM=false]</flags>
32     <cookie>10</cookie>
33     <idle-timeout>34</idle-timeout>
34     <flow-name>FooXf31</flow-name>
35     <priority>2</priority>
36     <barrier>false</barrier>
37 </flow>