Step 2: Move test folder to root
[integration/test.git] / csit / variables / xmls / f204.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <strict>false</strict>
4     <flow-name>set-field-udp-dst</flow-name>
5     <id>327</id>
6     <cookie_mask>255</cookie_mask>
7     <cookie>101</cookie>
8     <table_id>2</table_id>
9     <priority>204</priority>
10     <installHw>false</installHw>
11     <instructions>
12         <instruction>
13             <order>0</order>
14             <apply-actions>
15                 <action>
16                     <order>0</order>
17                     <set-field>
18                         <udp-destination-port>1234</udp-destination-port>
19                     </set-field>
20                 </action>
21             </apply-actions>
22         </instruction>
23     </instructions>
24     <match>
25         <ethernet-match>
26             <ethernet-type>
27                 <type>34525</type>
28             </ethernet-type>
29         </ethernet-match>
30         <ipv6-source>1234:5678:9ABC:DEF0:FDCD:A987:6543:210F/76</ipv6-source>
31         <ipv6-destination>fe80:2acf:e9ff:fe21::6431/94</ipv6-destination>
32         <metadata>
33             <metadata>12345</metadata>
34         </metadata>
35         <ip-match>
36             <ip-protocol>17</ip-protocol>
37             <ip-ecn>3</ip-ecn>
38         </ip-match>
39         <udp-source-port>183</udp-source-port>
40         <udp-destination-port>8080</udp-destination-port>
41     </match>
42 </flow>