Remove trailing whitespace in all files
[integration/test.git] / csit / variables / xmls / f223.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <priority>223</priority>
4     <flow-name>Foo223</flow-name>
5     <match>
6         <ethernet-match>
7             <ethernet-type>
8                 <type>2048</type>
9             </ethernet-type>
10         </ethernet-match>
11         <ipv4-destination-address-no-mask>7.0.17.0</ipv4-destination-address-no-mask>
12         <ipv4-destination-arbitrary-bitmask>255.0.241.0</ipv4-destination-arbitrary-bitmask>
13     </match>
14     <id>346</id>
15     <table_id>2</table_id>
16     <instructions>
17         <instruction>
18             <order>0</order>
19             <apply-actions>
20                 <action>
21                    <order>0</order>
22                    <dec-nw-ttl/>
23                 </action>
24             </apply-actions>
25         </instruction>
26     </instructions>
27 </flow>