<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:12 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-340] A flow installed with VLAN ID (say 100) shows up in the operational database with a different ID</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-340</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;If a flow is installed with VLAN ID (say 100) it show up in the operational database with a different ID (something like #UF$TABLE*0-7).&lt;/p&gt;


&lt;p&gt;On further queries by Ram, Anil provided the answer and an Ram&apos;s advice, I am opening this bug&lt;/p&gt;

&lt;p&gt;Please see the details below&lt;/p&gt;

&lt;p&gt;______________________________________________________________________&lt;/p&gt;

&lt;p&gt;From: Anil Vishnoi &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:vishnoianil@gmail.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;vishnoianil@gmail.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sent: Saturday, November 22, 2014 10:55 AM&lt;br/&gt;
To: Gowrishankar, Ramkumar&lt;br/&gt;
Cc: openflowplugin-dev@lists.opendaylight.org&lt;br/&gt;
Subject: Re: &lt;span class=&quot;error&quot;&gt;&amp;#91;openflowplugin-dev&amp;#93;&lt;/span&gt; difference in flow id in config and operational datastore&lt;/p&gt;

&lt;p&gt;Hi Ramkumar,&lt;/p&gt;

&lt;p&gt;Statistics manager use this specific format ID &lt;span class=&quot;error&quot;&gt;&amp;#91;UF$TABLE*0-7 -- Unidentified Flow from Table -0 , and its 7th unidentified flow&amp;#93;&lt;/span&gt; to augment the flow statistics in operational data store, when it doesn&apos;t found respective matching flow in the config data store. Sometime even if you have respective flow in the config data store, it still augment flow statistics using the special id and the reason is as follows.&lt;/p&gt;

&lt;p&gt;In openflow specs, flow structure don&apos;t have an ID associated with flow, so when statistics manager fetches flow from switch, it actually compare statistics flow against the config flows by comparing each element of the flow( For the first time, we do have few optimization here ). These custom comparator&apos;s some time fails, when switch installed the same flow in different form than what user added to the configuration data store. For example, if you use source-ip=10.11.12.13 and mask=16 and send it to switch, switch actually will install the flow with source-ip=10.11.00.00 and mask=16. And now when statistics manager fetches the flow stats from switch, its gets 10.11.00.00 and the custom comparator fails here because its not matching with the flow that user added to configuration data store ( with ip = 10.11.12.13) and eventually it end up using this specific id to augment the statistics. Although this bug example is already fix, but there are few other corner cases which we come to know as and when user reports.&lt;/p&gt;

&lt;p&gt;Can you please open a bug to bugzilla, so that we can track it and fix it.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Anil&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27608">OPNFLWPLUG-340</key>
            <summary>A flow installed with VLAN ID (say 100) shows up in the operational database with a different ID</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="knanda@extremenetworks.com">Kuldip</reporter>
                        <labels>
                    </labels>
                <created>Tue, 20 Jan 2015 20:14:32 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:24 +0000</updated>
                            <resolved>Tue, 16 Aug 2016 09:26:11 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="56408" author="abhijit2511" created="Tue, 10 Nov 2015 01:18:08 +0000"  >&lt;p&gt;Anil,&lt;/p&gt;

&lt;p&gt;Should we mark this as enhancement or a bug? If yes - please update.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Abhijit&lt;/p&gt;</comment>
                            <comment id="56409" author="andrejleitner" created="Tue, 16 Aug 2016 09:26:11 +0000"  >&lt;p&gt;Since the issue with alien flow id (more bugs) was resolved and custom match comparator was implemented (&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/42510&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/42510&lt;/a&gt;) - this should be fixed now. Please raise a new bug if there are still any issues.&lt;br/&gt;
We tested successfully input:&lt;br/&gt;
match&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;vlan-id: 100&lt;/li&gt;
	&lt;li&gt;vlan-id-present: true&lt;/li&gt;
	&lt;li&gt;vlan-pcp: 3&lt;br/&gt;
action&lt;/li&gt;
	&lt;li&gt;pop-vlan-action&lt;/li&gt;
&lt;/ul&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>2612</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=2612]]></customfieldvalue>

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

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

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