Bug 7785: Remove flows with invalid action
[integration/test.git] / csit / variables / xmls / f225.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <flow xmlns="urn:opendaylight:flow:inventory">
3     <priority>225</priority>
4     <flow-name>Foo225</flow-name>
5     <match>
6         <ethernet-match>
7             <ethernet-type>
8                 <type>34525</type>
9             </ethernet-type>
10         </ethernet-match>
11         <ipv6-source-address-no-mask>2001:2001:2001:2001:0000:2001:4000:0000</ipv6-source-address-no-mask>
12         <ipv6-source-arbitrary-bitmask>FFFF:FFFF:FFFF:FFFF:0000:FFFF:F000:0000</ipv6-source-arbitrary-bitmask>
13     </match>
14     <id>348</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>