<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:31:27 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-55] Flows created by NSF FRM do not clear after issuing DELETE</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-55</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;This bug is also for: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/4737/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/4737/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When I create a flow with NSF FRM:&lt;/p&gt;

&lt;p&gt;PUT  &lt;a href=&quot;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:02/staticFlow/flow1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:02/staticFlow/flow1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;flowConfig&amp;gt;&lt;br/&gt;
   &amp;lt;installInHw&amp;gt;true&amp;lt;/installInHw&amp;gt;&lt;br/&gt;
   &amp;lt;name&amp;gt;flow1&amp;lt;/name&amp;gt;&lt;br/&gt;
   &amp;lt;node&amp;gt;&lt;br/&gt;
      &amp;lt;id&amp;gt;00:00:00:00:00:00:00:02&amp;lt;/id&amp;gt;&lt;br/&gt;
      &amp;lt;type&amp;gt;OF&amp;lt;/type&amp;gt;&lt;br/&gt;
   &amp;lt;/node&amp;gt; &lt;br/&gt;
   &amp;lt;priority&amp;gt;1&amp;lt;/priority&amp;gt;&lt;br/&gt;
   &amp;lt;etherType&amp;gt;0x800&amp;lt;/etherType&amp;gt;&lt;br/&gt;
   &amp;lt;nwDst&amp;gt;10.0.0.1/32&amp;lt;/nwDst&amp;gt;&lt;br/&gt;
   &amp;lt;actions&amp;gt;OUTPUT=1&amp;lt;/actions&amp;gt;&lt;br/&gt;
&amp;lt;/flowConfig&amp;gt;&lt;/p&gt;

&lt;p&gt;And then I delete it with:&lt;/p&gt;

&lt;p&gt;DELETE &lt;a href=&quot;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:02/staticFlow/flow1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:02/staticFlow/flow1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Flow is still in the switch:&lt;/p&gt;

&lt;p&gt;odluser@odl-system-test:~\&amp;gt; sudo ovs-ofctl -O OpenFlow13 dump-flows s2&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=204.11s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,ip,nw_dst=10.0.0.1 actions=output:1&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27323">OPNFLWPLUG-55</key>
            <summary>Flows created by NSF FRM do not clear after issuing DELETE</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="sachi.gupta@tcs.com">Sachi Gupta</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Sun, 26 Jan 2014 10:04:51 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:03 +0000</updated>
                            <resolved>Mon, 10 Feb 2014 04:36:18 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="55297" author="sachi.gupta@tcs.com" created="Mon, 27 Jan 2014 08:58:14 +0000"  >&lt;p&gt;Hi Luis,&lt;/p&gt;

&lt;p&gt;Please find the comments inline:&lt;/p&gt;

&lt;p&gt;For OF13 mininet:&lt;/p&gt;

&lt;p&gt;1. Start the controller using -OF13 option&lt;br/&gt;
2. Use the command for mininet&lt;br/&gt;
sudo mn --controller=remote,ip=127.0.0.1 --topo tree,3 --switch ovsk,protocols=OpenFlow13&lt;/p&gt;

&lt;p&gt;3. PUT  &lt;a href=&quot;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:01/staticFlow/flow1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:01/staticFlow/flow1&lt;/a&gt;&lt;br/&gt;
Include the below body:&lt;br/&gt;
&amp;lt;flowConfig&amp;gt;&lt;br/&gt;
   &amp;lt;installInHw&amp;gt;true&amp;lt;/installInHw&amp;gt;&lt;br/&gt;
   &amp;lt;name&amp;gt;flow1&amp;lt;/name&amp;gt;&lt;br/&gt;
   &amp;lt;node&amp;gt;&lt;br/&gt;
      &amp;lt;id&amp;gt;00:00:00:00:00:00:00:01&amp;lt;/id&amp;gt;&lt;br/&gt;
      &amp;lt;type&amp;gt;OF&amp;lt;/type&amp;gt;&lt;br/&gt;
   &amp;lt;/node&amp;gt; &lt;br/&gt;
   &amp;lt;priority&amp;gt;1&amp;lt;/priority&amp;gt;&lt;br/&gt;
   &amp;lt;etherType&amp;gt;0x800&amp;lt;/etherType&amp;gt;&lt;br/&gt;
   &amp;lt;nwDst&amp;gt;10.0.0.1/32&amp;lt;/nwDst&amp;gt;&lt;br/&gt;
   &amp;lt;actions&amp;gt;OUTPUT=1&amp;lt;/actions&amp;gt;&lt;br/&gt;
&amp;lt;/flowConfig&amp;gt;&lt;/p&gt;

&lt;p&gt;4. The flow gets installed on the switch&lt;br/&gt;
5. DELETE &lt;a href=&quot;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:01/staticFlow/flow1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8080/controller/nb/v2/flowprogrammer/default/node/OF/00:00:00:00:00:00:00:01/staticFlow/flow1&lt;/a&gt;&lt;br/&gt;
6. The flow gets deleted from the switch&lt;/p&gt;

&lt;p&gt;Please reverify the bug and confirm for closure.&lt;/p&gt;</comment>
                            <comment id="55298" author="sachi.gupta@tcs.com" created="Mon, 10 Feb 2014 04:36:18 +0000"  >&lt;p&gt;This bug was created for a patch prepared to change Switch types and Ids in OF13 plugin. &lt;/p&gt;

&lt;p&gt;Since this patch never saw the light so we are closing this bug. &lt;/p&gt;

&lt;p&gt;Thanks&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>373</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=373]]></customfieldvalue>

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

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