<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:30 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-832] Flow ID not updated in operational after removing and adding a flow with same match</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-832</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;This is only seen in Beryllium. To reproduce:&lt;/p&gt;

&lt;p&gt;1) Push regular flow:&lt;/p&gt;

&lt;p&gt;&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;285&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;instructions&amp;gt;&lt;br/&gt;
        &amp;lt;instruction&amp;gt;&lt;br/&gt;
            &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
            &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
                    &amp;lt;output-action&amp;gt;&lt;br/&gt;
                        &amp;lt;output-node-connector&amp;gt;2&amp;lt;/output-node-connector&amp;gt;&lt;br/&gt;
                    &amp;lt;/output-action&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
            &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
        &amp;lt;/instruction&amp;gt;&lt;br/&gt;
    &amp;lt;/instructions&amp;gt;&lt;br/&gt;
    &amp;lt;hard-timeout&amp;gt;0&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;match&amp;gt;&lt;br/&gt;
        &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
                &amp;lt;type&amp;gt;2048&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
        &amp;lt;ipv4-destination&amp;gt;10.0.10.0/24&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;flow1&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;162&amp;lt;/priority&amp;gt;&lt;br/&gt;
    &amp;lt;table_id&amp;gt;0&amp;lt;/table_id&amp;gt;&lt;br/&gt;
    &amp;lt;idle-timeout&amp;gt;0&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;

&lt;p&gt;2) Delete and Push same flow with different ID (286) with no pause in between:&lt;/p&gt;

&lt;p&gt;&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;286&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;instructions&amp;gt;&lt;br/&gt;
        &amp;lt;instruction&amp;gt;&lt;br/&gt;
            &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
            &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
                    &amp;lt;output-action&amp;gt;&lt;br/&gt;
                        &amp;lt;output-node-connector&amp;gt;2&amp;lt;/output-node-connector&amp;gt;&lt;br/&gt;
                    &amp;lt;/output-action&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
            &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
        &amp;lt;/instruction&amp;gt;&lt;br/&gt;
    &amp;lt;/instructions&amp;gt;&lt;br/&gt;
    &amp;lt;hard-timeout&amp;gt;0&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;match&amp;gt;&lt;br/&gt;
        &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
                &amp;lt;type&amp;gt;2048&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
        &amp;lt;ipv4-destination&amp;gt;10.0.10.0/24&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;flow1&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;162&amp;lt;/priority&amp;gt;&lt;br/&gt;
    &amp;lt;table_id&amp;gt;0&amp;lt;/table_id&amp;gt;&lt;br/&gt;
    &amp;lt;idle-timeout&amp;gt;0&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;

&lt;p&gt;3) Check operational flow has the old ID (285):&lt;/p&gt;

&lt;p&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;flow&amp;gt;&lt;br/&gt;
   &amp;lt;id&amp;gt;285&amp;lt;/id&amp;gt;&lt;br/&gt;
   &amp;lt;instructions&amp;gt;&lt;br/&gt;
      &amp;lt;instruction&amp;gt;&lt;br/&gt;
         &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
         &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
            &amp;lt;action&amp;gt;&lt;br/&gt;
               &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
               &amp;lt;output-action&amp;gt;&lt;br/&gt;
                  &amp;lt;output-node-connector&amp;gt;2&amp;lt;/output-node-connector&amp;gt;&lt;br/&gt;
                  &amp;lt;max-length&amp;gt;0&amp;lt;/max-length&amp;gt;&lt;br/&gt;
               &amp;lt;/output-action&amp;gt;&lt;br/&gt;
            &amp;lt;/action&amp;gt;&lt;br/&gt;
         &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
      &amp;lt;/instruction&amp;gt;&lt;br/&gt;
   &amp;lt;/instructions&amp;gt;&lt;br/&gt;
   &amp;lt;cookie&amp;gt;0&amp;lt;/cookie&amp;gt;&lt;br/&gt;
   &amp;lt;match&amp;gt;&lt;br/&gt;
      &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
         &amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
            &amp;lt;type&amp;gt;2048&amp;lt;/type&amp;gt;&lt;br/&gt;
         &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
      &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
      &amp;lt;ipv4-destination&amp;gt;10.0.10.0/24&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
   &amp;lt;/match&amp;gt;&lt;br/&gt;
   &amp;lt;hard-timeout&amp;gt;0&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
   &amp;lt;flags /&amp;gt;&lt;br/&gt;
   &amp;lt;priority&amp;gt;162&amp;lt;/priority&amp;gt;&lt;br/&gt;
   &amp;lt;table_id&amp;gt;0&amp;lt;/table_id&amp;gt;&lt;br/&gt;
   &amp;lt;flow-statistics xmlns=&quot;urn:opendaylight:flow:statistics&quot;&amp;gt;&lt;br/&gt;
      &amp;lt;packet-count&amp;gt;0&amp;lt;/packet-count&amp;gt;&lt;br/&gt;
      &amp;lt;byte-count&amp;gt;0&amp;lt;/byte-count&amp;gt;&lt;br/&gt;
      &amp;lt;duration&amp;gt;&lt;br/&gt;
         &amp;lt;nanosecond&amp;gt;34000000&amp;lt;/nanosecond&amp;gt;&lt;br/&gt;
         &amp;lt;second&amp;gt;8&amp;lt;/second&amp;gt;&lt;br/&gt;
      &amp;lt;/duration&amp;gt;&lt;br/&gt;
   &amp;lt;/flow-statistics&amp;gt;&lt;br/&gt;
   &amp;lt;idle-timeout&amp;gt;0&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28100">OPNFLWPLUG-832</key>
            <summary>Flow ID not updated in operational after removing and adding a flow with same match</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="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Dec 2016 21:01:47 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:58 +0000</updated>
                            <resolved>Mon, 20 Feb 2017 18:45:15 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="58573" author="vishnoianil@gmail.com" created="Tue, 13 Dec 2016 09:20:20 +0000"  >&lt;p&gt;stable/beryllium : &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/49281/2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/49281/2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="58574" author="tomas.slusny@pantheon.tech" created="Mon, 20 Feb 2017 14:19:37 +0000"  >&lt;p&gt;Fix was already merged, so can this 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>7349</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=7349]]></customfieldvalue>

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

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