Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / variables / xmls / f14.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                     <output-action>
11                         <output-node-connector>CONTROLLER</output-node-connector>
12                         <max-length>60</max-length>
13                     </output-action>
14                 </action>
15             </apply-actions>
16         </instruction>
17     </instructions>
18     <table_id>2</table_id>
19     <id>137</id>
20     <cookie_mask>255</cookie_mask>
21     <match>
22         <ethernet-match>
23             <ethernet-type>
24                 <type>0x806</type>
25             </ethernet-type>
26             <ethernet-destination>
27                 <address>ff:ff:ff:ff:FF:ff</address>
28             </ethernet-destination>
29             <ethernet-source>
30                 <address>00:00:FC:01:23:ae</address>
31             </ethernet-source>
32         </ethernet-match>
33         <arp-op>1</arp-op>
34         <arp-source-transport-address>192.168.4.1/32</arp-source-transport-address>
35         <arp-target-transport-address>10.21.22.23/32</arp-target-transport-address>
36         <arp-source-hardware-address>
37             <address>12:34:56:78:98:AB</address>
38         </arp-source-hardware-address>
39         <arp-target-hardware-address>
40             <address>FE:DC:BA:98:76:54</address>
41         </arp-target-hardware-address>
42     </match>
43     <cookie>14</cookie>
44     <flow-name>FooXf14</flow-name>
45     <priority>14</priority>
46     <barrier>false</barrier>
47 </flow>