<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:28 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-822] Stats collection matching fails if in-port used without device name prefix</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-822</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;If we use in-port, without device name e.f in-port=1, rather then in-port=openflow:1:1, stats collection matching fails and it augment the flow under the alien id. Here is the example flow.&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
                    &quot;id&quot;: &quot;flow1&quot;,&lt;br/&gt;
                    &quot;table_id&quot;: 0,&lt;br/&gt;
                    &quot;hard-timeout&quot;: 0,&lt;br/&gt;
                    &quot;priority&quot;: 30400,&lt;br/&gt;
                    &quot;idle-timeout&quot;: 0,&lt;br/&gt;
                    &quot;instructions&quot;: {&lt;br/&gt;
                        &quot;instruction&quot;: [&lt;br/&gt;
                            {&lt;br/&gt;
                                &quot;order&quot;: 0,&lt;br/&gt;
                                &quot;apply-actions&quot;: {&lt;br/&gt;
                                    &quot;action&quot;: [&lt;br/&gt;
                                        {&lt;br/&gt;
                                            &quot;order&quot;: 1,&lt;br/&gt;
                                            &quot;set-field&quot;: {&lt;br/&gt;
                                                &quot;protocol-match-fields&quot;: &lt;/p&gt;
{
                                                    &quot;mpls-label&quot;: 324001
                                                }
&lt;p&gt;                                            }&lt;br/&gt;
                                        }&lt;br/&gt;
                                    ]&lt;br/&gt;
                                }&lt;br/&gt;
                            },&lt;br/&gt;
                            {&lt;br/&gt;
                                &quot;order&quot;: 1,&lt;br/&gt;
                                &quot;go-to-table&quot;: &lt;/p&gt;
{
                                    &quot;table_id&quot;: 1
                                }
&lt;p&gt;                            }&lt;br/&gt;
                        ]&lt;br/&gt;
                    },&lt;br/&gt;
                    &quot;match&quot;: {&lt;br/&gt;
                        &quot;in-port&quot;: &quot;1&quot;,&lt;br/&gt;
                        &quot;ethernet-match&quot;: {&lt;br/&gt;
                            &quot;ethernet-type&quot;: &lt;/p&gt;
{
                                &quot;type&quot;: 2054
                            }
&lt;p&gt;                        }&lt;br/&gt;
                    },&lt;br/&gt;
                    &quot;cookie&quot;: 23232335&lt;br/&gt;
                }&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28090">OPNFLWPLUG-822</key>
            <summary>Stats collection matching fails if in-port used without device name prefix</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="Avishnoi">Anil Vishnoi</assignee>
                                    <reporter username="Avishnoi">Anil Vishnoi</reporter>
                        <labels>
                    </labels>
                <created>Fri, 11 Nov 2016 19:32:38 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:57 +0000</updated>
                            <resolved>Thu, 8 Jun 2017 12:45:12 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="58534" author="tomas.slusny@pantheon.tech" created="Thu, 15 Dec 2016 17:04:41 +0000"  >&lt;p&gt;I also noticed this issue when I was working on serializers and deserializers. I think solution will be to not use device name in in-port and in-phy-port fields at all, and just use port number, because when serializing, this part about device is removed, and only port number is serialized, and when deserializing, we are manually prepending &quot;openflow:&quot; + current node datapath id + incoming port number to it back, so it makes no sense at all.&lt;/p&gt;</comment>
                            <comment id="58535" author="tomas.slusny@pantheon.tech" created="Fri, 16 Dec 2016 08:30:14 +0000"  >&lt;p&gt;Maybe solution will be to change NodeConnnectorId with PortNumberUni? Or just keep NodeConnectorId in models, and just keep using only port number in these fields. Because, when deserializing, then in this new deserializers I am working on, I have no way to get current datapath id, so I cannot prepend openflow: + datapathId back to port number.&lt;/p&gt;</comment>
                            <comment id="58536" author="tomas.slusny@pantheon.tech" created="Wed, 22 Feb 2017 12:34:32 +0000"  >&lt;p&gt;This bug was fixed in patch &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/50965/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/50965/&lt;/a&gt; by adding custom comparator for port numbers. I think this can be closed now.&lt;/p&gt;</comment>
                            <comment id="58537" author="vishnoianil@gmail.com" created="Tue, 28 Feb 2017 19:56:57 +0000"  >&lt;p&gt;cherry-picked it to stable/boron : &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/52407/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/52407/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="58538" author="tomas.slusny@pantheon.tech" created="Thu, 8 Jun 2017 12:45:12 +0000"  >&lt;p&gt;So, all patches was megred, so this one can be closed&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>7158</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=7158]]></customfieldvalue>

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

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