<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:31:54 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-230] NXM extension not seen in Stats framework.</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-230</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;Created the NXM extension flow as per wiki&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;But not able to see NXM flow in Rest interface, when tried to fetch from operation data store.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27498">OPNFLWPLUG-230</key>
            <summary>NXM extension not seen in Stats framework.</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="Avishnoi">Anil Vishnoi</assignee>
                                    <reporter username="prasanna.huddar@ericsson.com">Prasanna Huddar</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 Aug 2014 14:27:02 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:16 +0000</updated>
                            <resolved>Thu, 14 Aug 2014 11:32:43 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="55968" author="abhijit2511" created="Thu, 7 Aug 2014 14:36:51 +0000"  >&lt;p&gt;Anil will be working on this on/after Tuesday Aug 12.&lt;/p&gt;</comment>
                            <comment id="55969" author="vishnoianil@gmail.com" created="Wed, 13 Aug 2014 16:18:47 +0000"  >&lt;p&gt;I tried to recreate the issue. It seems like statistics are fetched and augmented to the data store successfully for these extended flows. The issue i see is that statistics manager is augmenting these flows using alien flow-ids rather then augmenting it to the corresponding config flow. It seems to be that its a issue with the customer comparator code which we use to match the flows. Working on the fix.&lt;/p&gt;</comment>
                            <comment id="55970" author="vishnoianil@gmail.com" created="Thu, 14 Aug 2014 11:32:43 +0000"  >&lt;p&gt;Today I re-tested with controller and openflowplugin master branch and it seems to be working for me.&lt;/p&gt;

&lt;p&gt;controller (master) &amp;#8211; git log -1&lt;br/&gt;
commit 085713d3e52264d57398e07e55b6abed9dbdc980&lt;br/&gt;
Author: Flavio Fernandes &amp;lt;ffernand@redhat.com&amp;gt;&lt;br/&gt;
Date:   Wed Aug 13 12:43:38 2014 -0400&lt;/p&gt;

&lt;p&gt;    Fix comparison logic in neutron floating ip rest implementation&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Detect when external network has no subnets (in addition to more than one)&lt;/li&gt;
	&lt;li&gt;Fix compare after looking up NeutronFloatingIP singleton&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;    Change-Id: Id84360fc9d984e9815de56b90be4a1c753fdbcd8&lt;br/&gt;
    Signed-off-by: Flavio Fernandes &amp;lt;ffernand@redhat.com&amp;gt;&lt;/p&gt;

&lt;p&gt;openflowplugin (master) &amp;#8211; git log -1 &lt;br/&gt;
commit 10d229b25bacb6f288461fce5c3b7fbee2421158&lt;br/&gt;
Author: Anilkumar Vishnoi &amp;lt;avishnoi@in.ibm.com&amp;gt;&lt;br/&gt;
Date:   Wed Aug 13 16:50:36 2014 +0530&lt;/p&gt;

&lt;p&gt;    &lt;a href=&quot;https://jira.opendaylight.org/browse/OPNFLWPLUG-204&quot; title=&quot;OF10 plugin sending Stats Request type 13&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OPNFLWPLUG-204&quot;&gt;&lt;del&gt;OPNFLWPLUG-204&lt;/del&gt;&lt;/a&gt; - OF10 plugin sending Stats Request type 13&lt;br/&gt;
    Once node connect to the plugin, it sends port desciption statistics request to the node.&lt;br/&gt;
    This statistic request is only defined for openflow 1.3+ switches. Added the condition&lt;br/&gt;
    to avoid sending this request to openflow 1.0 switch&lt;/p&gt;

&lt;p&gt;    Change-Id: I10a81a7e83efc0e75eb4581ea24b226626625a26&lt;br/&gt;
    Signed-off-by: Anilkumar Vishnoi &amp;lt;avishnoi@in.ibm.com&amp;gt;&lt;/p&gt;</comment>
                    </comments>
                    <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>1501</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=1501]]></customfieldvalue>

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

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