<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:01 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-266] flow mod action ANY not accepted (tableID seen as different in payload vs URI)</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-266</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;Using a nexus distro from 8/25 (distributions-base-0.2.0-20140825.175909-538-osgipackage.zip) this issue&lt;br/&gt;
was not there.  It was introduced at some point before 9/3 &lt;br/&gt;
(distributions-base-0.2.0-20140903.190507-644-osgipackage.zip if that helps.&lt;/p&gt;

&lt;p&gt;PUTting a flow mod via restconf with action ANY no longer works.  The OSGI console&lt;br/&gt;
gives this log ERROR:&lt;/p&gt;

&lt;p&gt;2014-09-08 15:34:40.845 PDT &lt;span class=&quot;error&quot;&gt;&amp;#91;DOM-CFG-DCL-194&amp;#93;&lt;/span&gt; ERROR o.o.c.frm.impl.FlowForwarder  - TableID in URI tableId=222 and in palyload tableId=222 is not same.&lt;/p&gt;

&lt;p&gt;Other actions (TABLE, NORMAL, CONTROLLER) do not see this problem.&lt;/p&gt;

&lt;p&gt;I see another bug that may have some relation, but since this is isolated to only a&lt;br/&gt;
single action I wasn&apos;t sure (&lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=1553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=1553&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;PUT /restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/222/flow/111&lt;/p&gt;

&lt;p&gt;Flow XML is:&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 xmlns=&quot;urn:opendaylight:flow:inventory&quot;&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;ANY&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;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;0x800&amp;lt;/type&amp;gt;&lt;br/&gt;
         &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
         &amp;lt;ethernet-source&amp;gt;&lt;br/&gt;
            &amp;lt;address&amp;gt;00:ab:cd:ef:01:23&amp;lt;/address&amp;gt;&lt;br/&gt;
         &amp;lt;/ethernet-source&amp;gt;&lt;br/&gt;
         &amp;lt;ethernet-destination&amp;gt;&lt;br/&gt;
            &amp;lt;address&amp;gt;ff:ff:ff:ff:ff:ff&amp;lt;/address&amp;gt;&lt;br/&gt;
         &amp;lt;/ethernet-destination&amp;gt;&lt;br/&gt;
      &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
      &amp;lt;ipv4-source&amp;gt;11.3.0.0/16&amp;lt;/ipv4-source&amp;gt;&lt;br/&gt;
      &amp;lt;ipv4-destination&amp;gt;99.0.0.0/8&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
   &amp;lt;/match&amp;gt;&lt;br/&gt;
   &amp;lt;strict&amp;gt;false&amp;lt;/strict&amp;gt;&lt;br/&gt;
   &amp;lt;hard-timeout&amp;gt;60&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
   &amp;lt;idle-timeout&amp;gt;30&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
   &amp;lt;flow-name&amp;gt;No Name&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
   &amp;lt;priority&amp;gt;0&amp;lt;/priority&amp;gt;&lt;br/&gt;
   &amp;lt;barrier&amp;gt;false&amp;lt;/barrier&amp;gt;&lt;br/&gt;
   &amp;lt;cookie&amp;gt;0&amp;lt;/cookie&amp;gt;&lt;br/&gt;
   &amp;lt;cookie_mask&amp;gt;0&amp;lt;/cookie_mask&amp;gt;&lt;br/&gt;
   &amp;lt;table_id&amp;gt;222&amp;lt;/table_id&amp;gt;&lt;br/&gt;
   &amp;lt;id&amp;gt;111&amp;lt;/id&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27534">OPNFLWPLUG-266</key>
            <summary>flow mod action ANY not accepted (tableID seen as different in payload vs URI)</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="jluhrsen">Jamo Luhrsen</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                    </labels>
                <created>Mon, 8 Sep 2014 22:47:03 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:19 +0000</updated>
                            <resolved>Wed, 24 Sep 2014 17:39:22 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="56084" author="abhijit2511" created="Tue, 9 Sep 2014 14:55:47 +0000"  >&lt;p&gt;Related to &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=1553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=1553&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="56085" author="tkubas@cisco.com" created="Wed, 17 Sep 2014 13:13:08 +0000"  >&lt;p&gt;Problem fixed.&lt;br/&gt;
You can find patch here: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/11288/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/11288/&lt;/a&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>1756</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=1756]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10303"><![CDATA[Helium-RC1]]></customfieldvalue>

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

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