<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:29 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-831] Flow update rejected by switch generates faulty flow entry in operational DS</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-831</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;As far as I can tell this is only happening with Beryllium.&lt;/p&gt;

&lt;p&gt;To reproduce:&lt;/p&gt;

&lt;p&gt;1) Start controller Beryllium + mininet OVS 2.3+&lt;/p&gt;

&lt;p&gt;2) Push the following sample flow:&lt;/p&gt;

&lt;p&gt;&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;strict&amp;gt;false&amp;lt;/strict&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;set-field&amp;gt;&lt;br/&gt;
                        &amp;lt;vlan-match&amp;gt;&lt;br/&gt;
                             &amp;lt;vlan-id&amp;gt;&lt;br/&gt;
                                 &amp;lt;vlan-id&amp;gt;79&amp;lt;/vlan-id&amp;gt;&lt;br/&gt;
                                 &amp;lt;vlan-id-present&amp;gt;true&amp;lt;/vlan-id-present&amp;gt;&lt;br/&gt;
                             &amp;lt;/vlan-id&amp;gt;&lt;br/&gt;
                        &amp;lt;/vlan-match&amp;gt;&lt;br/&gt;
                    &amp;lt;/set-field&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                    &amp;lt;output-action&amp;gt;&lt;br/&gt;
                        &amp;lt;output-node-connector&amp;gt;1&amp;lt;/output-node-connector&amp;gt;&lt;br/&gt;
                    &amp;lt;/output-action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;2&amp;lt;/order&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;table_id&amp;gt;0&amp;lt;/table_id&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;48&amp;lt;/id&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-destination&amp;gt;&lt;br/&gt;
                &amp;lt;address&amp;gt;FF:FF:29:01:19:61&amp;lt;/address&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-destination&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-source&amp;gt;&lt;br/&gt;
                &amp;lt;address&amp;gt;00:00:00:11:23:AE&amp;lt;/address&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-source&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
        &amp;lt;vlan-match&amp;gt;&lt;br/&gt;
            &amp;lt;vlan-id&amp;gt;&lt;br/&gt;
                &amp;lt;vlan-id&amp;gt;78&amp;lt;/vlan-id&amp;gt;&lt;br/&gt;
                &amp;lt;vlan-id-present&amp;gt;true&amp;lt;/vlan-id-present&amp;gt;&lt;br/&gt;
            &amp;lt;/vlan-id&amp;gt;&lt;br/&gt;
            &amp;lt;vlan-pcp&amp;gt;7&amp;lt;/vlan-pcp&amp;gt;            &lt;br/&gt;
        &amp;lt;/vlan-match&amp;gt;&lt;br/&gt;
      &amp;lt;in-port&amp;gt;openflow:1:1&amp;lt;/in-port&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;vlan_flow&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;2&amp;lt;/priority&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;

&lt;p&gt;2) Then update the flow removing the vlan-match (it will fail in ovs 2.3+):&lt;/p&gt;

&lt;p&gt;&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;strict&amp;gt;false&amp;lt;/strict&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;set-field&amp;gt;&lt;br/&gt;
                        &amp;lt;vlan-match&amp;gt;&lt;br/&gt;
                             &amp;lt;vlan-id&amp;gt;&lt;br/&gt;
                                 &amp;lt;vlan-id&amp;gt;79&amp;lt;/vlan-id&amp;gt;&lt;br/&gt;
                                 &amp;lt;vlan-id-present&amp;gt;true&amp;lt;/vlan-id-present&amp;gt;&lt;br/&gt;
                             &amp;lt;/vlan-id&amp;gt;&lt;br/&gt;
                        &amp;lt;/vlan-match&amp;gt;&lt;br/&gt;
                    &amp;lt;/set-field&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                    &amp;lt;output-action&amp;gt;&lt;br/&gt;
                        &amp;lt;output-node-connector&amp;gt;1&amp;lt;/output-node-connector&amp;gt;&lt;br/&gt;
                    &amp;lt;/output-action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;2&amp;lt;/order&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;table_id&amp;gt;0&amp;lt;/table_id&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;48&amp;lt;/id&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-destination&amp;gt;&lt;br/&gt;
                &amp;lt;address&amp;gt;FF:FF:29:01:19:61&amp;lt;/address&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-destination&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-source&amp;gt;&lt;br/&gt;
                &amp;lt;address&amp;gt;00:00:00:11:23:AE&amp;lt;/address&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-source&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
      &amp;lt;in-port&amp;gt;openflow:1:1&amp;lt;/in-port&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;vlan_flow&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;2&amp;lt;/priority&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;

&lt;p&gt;3) Check operational and flow is still there unmodified (switch has no flow):&lt;/p&gt;

&lt;p&gt;      &quot;flow&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
          &quot;id&quot;: &quot;48&quot;,&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;: 0,&lt;br/&gt;
                      &quot;set-field&quot;: {&lt;br/&gt;
                        &quot;vlan-match&quot;: {&lt;br/&gt;
                          &quot;vlan-id&quot;: &lt;/p&gt;
{
                            &quot;vlan-id&quot;: 79,
                            &quot;vlan-id-present&quot;: true
                          }
&lt;p&gt;                        }&lt;br/&gt;
                      }&lt;br/&gt;
                    },&lt;br/&gt;
                    {&lt;br/&gt;
                      &quot;order&quot;: 1,&lt;br/&gt;
                      &quot;output-action&quot;: &lt;/p&gt;
{
                        &quot;output-node-connector&quot;: &quot;1&quot;,
                        &quot;max-length&quot;: 0
                      }
&lt;p&gt;                    }&lt;br/&gt;
                  ]&lt;br/&gt;
                }&lt;br/&gt;
              }&lt;br/&gt;
            ]&lt;br/&gt;
          },&lt;br/&gt;
          &quot;cookie&quot;: 0,&lt;br/&gt;
          &quot;match&quot;: {&lt;br/&gt;
            &quot;in-port&quot;: &quot;openflow:1:1&quot;,&lt;br/&gt;
            &quot;ethernet-match&quot;: {&lt;br/&gt;
              &quot;ethernet-source&quot;: &lt;/p&gt;
{
                &quot;address&quot;: &quot;00:00:00:11:23:AE&quot;
              }
&lt;p&gt;,&lt;br/&gt;
              &quot;ethernet-destination&quot;: &lt;/p&gt;
{
                &quot;address&quot;: &quot;FF:FF:29:01:19:61&quot;
              }
&lt;p&gt;,&lt;br/&gt;
              &quot;ethernet-type&quot;: &lt;/p&gt;
{
                &quot;type&quot;: 2048
              }
&lt;p&gt;            },&lt;br/&gt;
            &quot;vlan-match&quot;: {&lt;br/&gt;
              &quot;vlan-id&quot;: &lt;/p&gt;
{
                &quot;vlan-id&quot;: 78,
                &quot;vlan-id-present&quot;: true
              }
&lt;p&gt;,&lt;br/&gt;
              &quot;vlan-pcp&quot;: 7&lt;br/&gt;
            }&lt;br/&gt;
          },&lt;br/&gt;
          &quot;hard-timeout&quot;: 0,&lt;br/&gt;
          &quot;flags&quot;: &quot;&quot;,&lt;br/&gt;
          &quot;priority&quot;: 2,&lt;br/&gt;
          &quot;table_id&quot;: 0,&lt;br/&gt;
          &quot;opendaylight-flow-statistics:flow-statistics&quot;: {&lt;br/&gt;
            &quot;packet-count&quot;: 0,&lt;br/&gt;
            &quot;byte-count&quot;: 0,&lt;br/&gt;
            &quot;duration&quot;: &lt;/p&gt;
{
              &quot;nanosecond&quot;: 728000000,
              &quot;second&quot;: 28
            }
&lt;p&gt;          },&lt;br/&gt;
          &quot;idle-timeout&quot;: 0&lt;br/&gt;
        }&lt;br/&gt;
      ]&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="28099">OPNFLWPLUG-831</key>
            <summary>Flow update rejected by switch generates faulty flow entry in operational DS</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>Sat, 10 Dec 2016 00:08:29 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:58 +0000</updated>
                            <resolved>Thu, 23 Feb 2017 16:50:30 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="58571" author="vishnoianil@gmail.com" created="Sat, 10 Dec 2016 08:56:44 +0000"  >&lt;p&gt;stable/beryllium : &lt;a href=&quot;https://git.opendaylight.org/gerrit/49207&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/49207&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="58572" author="tomas.slusny@pantheon.tech" created="Mon, 20 Feb 2017 13:36:30 +0000"  >&lt;p&gt;This 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>7335</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=7335]]></customfieldvalue>

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

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