<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:31:55 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[OPNFLWPLUG-234] Openflow flowmod with extensions causes tracebacks during statistics processing</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-234</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;Traceback : &lt;a href=&quot;https://gist.github.com/f2488973368112aa76de&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/f2488973368112aa76de&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Flows that were previously installed on the switch :&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@localhost openvswitch&amp;#93;&lt;/span&gt;# ovs-ofctl dump-flows br-int -O OpenFlow13&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=16.521s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=150,arp,reg6=0x1,arp_tpa=1.1.1.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],load:0x2&lt;/del&gt;&amp;gt;NXM_OF_ARP_OP[],set_field:88:f0:31:b5:12:b5-&amp;gt;eth_src,load:0x88f031b512b5-&amp;gt;NXM_NX_ARP_SHA[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],load:0x1010101&lt;/del&gt;&amp;gt;NXM_OF_ARP_SPA[],move:NXM_OF_ARP_SPA[]-&amp;gt;NXM_OF_ARP_TPA[],IN_PORT&lt;/p&gt;

&lt;p&gt; cookie=0x0, duration=16.804s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=10,reg5=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=drop&lt;br/&gt;
 cookie=0x0, duration=26.133s, table=1, n_packets=0, n_bytes=0, send_flow_rem ip,nw_dst=1.1.1.1 actions=resubmit(1,1)&lt;br/&gt;
 cookie=0x0, duration=25.522s, table=2, n_packets=0, n_bytes=0, send_flow_rem ip,nw_dst=1.1.1.2 actions=resubmit:1&lt;br/&gt;
 cookie=0x0, duration=23.351s, table=3, n_packets=0, n_bytes=0, send_flow_rem ip,nw_dst=1.1.1.3 actions=resubmit(,1)&lt;br/&gt;
 cookie=0x0, duration=21.178s, table=4, n_packets=0, n_bytes=0, send_flow_rem ip,nw_dst=1.1.1.4 actions=resubmit(,0)&lt;br/&gt;
 cookie=0x0, duration=19.003s, table=5, n_packets=0, n_bytes=0, send_flow_rem ip,nw_dst=1.1.1.5 actions=resubmit(,)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27502">OPNFLWPLUG-234</key>
            <summary>Openflow flowmod with extensions causes tracebacks during statistics processing</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="vdemcak@cisco.com">Vaclav Demcak</assignee>
                                    <reporter username="mavenugo@gmail.com">Madhu Venugopal</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Aug 2014 05:35:17 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:16 +0000</updated>
                            <resolved>Mon, 18 Aug 2014 17:13:37 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="55986" author="vishnoianil@gmail.com" created="Thu, 14 Aug 2014 11:38:12 +0000"  >&lt;p&gt;Hi Madhu/Vaclav,&lt;/p&gt;

&lt;p&gt;I tested vendor extension today with latest controller and openflowplugin master as per instructions on following URL&lt;br/&gt;
&lt;a href=&quot;https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Backlog:Extensibility&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Backlog:Extensibility&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and i don&apos;t see the exception anymore. Can you please verify with the latest code.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Anil&lt;/p&gt;</comment>
                            <comment id="55987" author="vrpolak" created="Fri, 15 Aug 2014 12:57:51 +0000"  >&lt;p&gt;&amp;gt; Traceback : &lt;a href=&quot;https://gist.github.com/f2488973368112aa76de&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/f2488973368112aa76de&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For me, &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/9976/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/9976/&lt;/a&gt; removes this symptom.&lt;br/&gt;
Tests still fail due to other bugs such as &lt;a href=&quot;https://jira.opendaylight.org/browse/OPNFLWPLUG-240&quot; title=&quot;Statistics manager: missing key  getId&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OPNFLWPLUG-240&quot;&gt;&lt;del&gt;OPNFLWPLUG-240&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.opendaylight.org/browse/YANGTOOLS-266&quot; title=&quot;FRM: possible wrong use of actions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;YANGTOOLS-266&quot;&gt;&lt;del&gt;YANGTOOLS-266&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="55988" author="vdemcak@cisco.com" created="Mon, 18 Aug 2014 17:13:37 +0000"  >&lt;p&gt;Commit&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/8174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/8174/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;contains a fix .&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="27507">OPNFLWPLUG-239</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1527</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=1527]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10365"><![CDATA[Helium-M5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02zw7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>