<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:37 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>[NETVIRT-459] Remove redundant tunnel drop flows in table 110</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-459</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;ODL Version : distribution-karaf-0.5.2-Boron-SR2&lt;/p&gt;

&lt;p&gt;Openstack Version : mitaka&lt;/p&gt;

&lt;p&gt;Setup Details : 1 Control Node + 1 ODL node&lt;/p&gt;

&lt;p&gt;Note: This problem only occurs when only the controller is stacked, and no compute nodes. The problem doesn&apos;t occur when controller and at least one compute node are used.&lt;/p&gt;

&lt;p&gt;Steps to reproduce the issue:&lt;/p&gt;

&lt;p&gt;1) Start Openstack and ODL&lt;br/&gt;
2) Create a network/subnet&lt;br/&gt;
3) Observe that tunnel flows are installed for the network/sunnet&lt;br/&gt;
4) Delete the above network&lt;br/&gt;
5) Problem: All tunnel flows in step 3) removed EXCEPT one flow in table 110.&lt;/p&gt;


&lt;p&gt; cookie=0x0, duration=16.736s, table=110, n_packets=0, n_bytes=0, priority=8192,tun_id=0x449 actions=drop &amp;lt;=============== This flow should have been removed when the network is deleted&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20380">NETVIRT-459</key>
            <summary>Remove redundant tunnel drop flows in table 110</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="-1">Unassigned</assignee>
                                    <reporter username="vinh.nguyen@hcl.com">Vinh Nguyen</reporter>
                        <labels>
                    </labels>
                <created>Fri, 3 Feb 2017 01:15:42 +0000</created>
                <updated>Fri, 9 Mar 2018 18:21:32 +0000</updated>
                            <resolved>Tue, 4 Jul 2017 21:58:13 +0000</resolved>
                                    <version>Boron</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="37184" author="vinh.nguyen@hcl.com" created="Sat, 4 Feb 2017 01:17:24 +0000"  >&lt;p&gt;Actually the drop flow entries for tunnels in table 110 are redundant because there is a default drop flow for table 110 already.&lt;/p&gt;

&lt;p&gt;The following are the flow entries for table 110 when there is one subnet created:&lt;/p&gt;

&lt;p&gt;1) cookie=0x0, duration=3.005s, table=110, n_packets=0, n_bytes=0, tun_id=0x41c,dl_dst=fa:16:3e:85:fc:6d actions=output:23&lt;br/&gt;
2) cookie=0x0, duration=2.904s, table=110, n_packets=0, n_bytes=0, priority=16384,reg0=0x2,tun_id=0x41c,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:23&lt;br/&gt;
3) cookie=0x0, duration=2.904s, table=110, n_packets=0, n_bytes=0, priority=16383,reg0=0x1,tun_id=0x41c,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:23&lt;br/&gt;
4) cookie=0x0, duration=2.904s, table=110, n_packets=0, n_bytes=0, priority=8192,tun_id=0x41c actions=drop&lt;br/&gt;
5) cookie=0x0, duration=48.801s, table=110, n_packets=7, n_bytes=618, priority=0 actions=drop&lt;/p&gt;

&lt;p&gt;The drop flows for tunnel &apos;0x41c&apos; is 4). This flow is redundant and can be removed since there is a default drop flow 5) for the table.&lt;/p&gt;

&lt;p&gt;Changed the Bug title to &quot;Remove redundant tunnel drop flows in table 110&quot;&lt;/p&gt;</comment>
                            <comment id="37185" author="vinh.nguyen@hcl.com" created="Tue, 4 Jul 2017 21:58:13 +0000"  >&lt;p&gt;Fixed:&lt;/p&gt;

&lt;p&gt;stable/boron&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/51423/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/51423/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Master:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/51652/2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/51652/2&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>7729</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=7729]]></customfieldvalue>

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

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