<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:18 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>[VPNSERVICE-77] Disassociate Router from EVPN does not remove the table=21 entries</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-77</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;neutron net-create network1&lt;br/&gt;
neutron subnet-create network1 11.0.0.0/24 --name subnetwork1 --enable-dhcp&lt;br/&gt;
neutron port-create network1 --name network1port11&lt;br/&gt;
neutron port-create network1 --name network1port12&lt;br/&gt;
neutron port-create network1 --name network1port13&lt;br/&gt;
neutron port-create network1 --name network1port14&lt;/p&gt;

&lt;p&gt;neutron net-create network2&lt;br/&gt;
neutron subnet-create network2 12.0.0.0/24 --name subnetwork2 --enable-dhcp&lt;br/&gt;
neutron port-create network2 --name network2port21&lt;br/&gt;
neutron port-create network2 --name network2port22&lt;br/&gt;
neutron port-create network2 --name network2port23&lt;br/&gt;
neutron port-create network2 --name network2port24&lt;/p&gt;

&lt;p&gt;nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port11&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost11 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port12&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost12 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port13&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost13 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port14&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost14 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port21&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost21 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port22&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost22 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port23&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost23 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port24&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost24 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;/p&gt;


&lt;p&gt;And once all VNFs are up created and added the subnetwork1 and subnetwork2 to router as interfaces.&lt;/p&gt;

&lt;p&gt;neutron router-create RouterSNAT&lt;br/&gt;
neutron router-interface-add RouterSNAT subnetwork1&lt;br/&gt;
neutron router-interface-add RouterSNAT subnetwork2&lt;/p&gt;


&lt;p&gt;I created EVPN and associated router to EVPN..&lt;br/&gt;
After few minutes,I disassociated and see that table=21 entries did not disappear. I think it may be due to null pointer exception while reading the fib entries,,Bug Number : 8294&lt;br/&gt;
But please check logs for the exact reason and close the bug accordingly.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21686">VPNSERVICE-77</key>
            <summary>Disassociate Router from EVPN does not remove the table=21 entries</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="kiran.n.upadhyaya@ericsson.com">Kiran N Upadhyaya</assignee>
                                    <reporter username="basavaraju.chickmath@ericsson.com">BASAVARAJU CHICKMATH</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Apr 2017 12:08:03 +0000</created>
                <updated>Mon, 8 May 2017 20:17:21 +0000</updated>
                            <resolved>Mon, 8 May 2017 20:17:21 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="40600" author="basavaraju.chickmath@ericsson.com" created="Tue, 25 Apr 2017 12:08:03 +0000"  >&lt;p&gt;Attachment dump_output-25-04-18-29.tar.gz has been added with description: Complete logs and datastore is attached&lt;/p&gt;</comment>
                            <comment id="40599" author="kiran.n.upadhyaya@ericsson.com" created="Mon, 8 May 2017 20:17:21 +0000"  >&lt;p&gt;Unable to RCA with the attached logs. Also, unable to reproduce in local env.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12783" name="dump_output-25-04-18-29.tar.gz" size="692661" author="basavaraju.chickmath@ericsson.com" created="Tue, 25 Apr 2017 12:08:03 +0000"/>
                    </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>8295</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=8295]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10101" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10102"><![CDATA[major]]></customfieldvalue>

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