Bug 762: Fixed incorrect xmls used for regression testing.
[integration/test.git] / test / csit / variables / xmls / f13.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                     <flood-action/>
11                 </action>
12             </apply-actions>
13         </instruction>
14     </instructions>
15     <table_id>2</table_id>
16     <id>136</id>
17     <cookie_mask>255</cookie_mask>
18     <match>
19         <ethernet-match>
20             <ethernet-type>
21                 <type>0x806</type>
22             </ethernet-type>
23             <ethernet-destination>
24                 <address>ff:ff:ff:ff:ff:ff</address>
25             </ethernet-destination>
26             <ethernet-source>
27                 <address>00:00:00:01:23:ae</address>
28             </ethernet-source>
29         </ethernet-match>
30         <arp-op>1</arp-op>
31         <arp-source-transport-address>192.168.4.1</arp-source-transport-address>
32         <arp-target-transport-address>10.21.22.23</arp-target-transport-address>
33     </match>
34     <hard-timeout>12</hard-timeout>
35     <cookie>13</cookie>
36     <idle-timeout>34</idle-timeout>
37     <flow-name>FooXf13</flow-name>
38     <priority>2</priority>
39     <barrier>false</barrier>
40 </flow>
41