<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:42 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-1289] stale entries for dhcp interfaces retained in data-stores when open-stack dhcp is enabled</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1289</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;stale entries for dhcp interfaces retained in prefix-to interface data-store when open-stack dhcp is enabled&#160;after deletion of all the configs.&lt;/p&gt;

&lt;p&gt;steps&lt;/p&gt;

&lt;p&gt;=========&lt;/p&gt;

&lt;p&gt;Create Network1 with each Subnet(ipv4 and IPv6)and boot VM.&lt;br/&gt;
Create Network2 with each Subnet(ipv4 and IPv6)and boot VM.&lt;br/&gt;
Create Router&lt;br/&gt;
Associate Subnet to it. --&amp;gt; Check FIB entries Observed&lt;br/&gt;
Dissociate subnet from Router --&amp;gt; Check FIB entries removed.&lt;br/&gt;
Repeat associate and dissociate multiple time(5 times) and validate data path&lt;br/&gt;
Delete all network,port,subnet, Router and check flows and data stores.&lt;br/&gt;
Verification has to be done following points.&lt;/p&gt;

&lt;p&gt;1. All Config Data stores.&lt;/p&gt;

&lt;p&gt;2. All Operational Data stores.&lt;/p&gt;

&lt;p&gt;3. FIB Entries.&lt;/p&gt;

&lt;p&gt;4. Dump-flows. &#8211; &amp;gt; Verify with Dump-flows which was taken before testing&lt;/p&gt;

&lt;p&gt;5.Dump-groups.-&amp;gt; . &#8211; &amp;gt; Verify with Dump-Groups which was taken before testing&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;configurations&lt;/p&gt;

&lt;p&gt;===============&lt;/p&gt;

&lt;p&gt;openstack network create network1&lt;/p&gt;

&lt;p&gt;openstack subnet create --network network1 --subnet-range 10.0.0.0/24 subnet1_IPV4&lt;/p&gt;

&lt;p&gt;openstack subnet create --network network1 --subnet-range 2001:db8:0:2::/64 subnet1_IPV6 --ip-version=6 --ipv6-address-mode=slaac --ipv6-ra-mode=slaac --allocation-pool start=2001:db8:0:2::2,end=2001:db8:0:2:ffff:ffff:ffff:fffe&lt;/p&gt;

&lt;p&gt;openstack network create network2&lt;/p&gt;

&lt;p&gt;openstack subnet create --network network2 --subnet-range 20.0.0.0/24 subnet2_IPV4&lt;/p&gt;

&lt;p&gt;openstack subnet create --network network2 --subnet-range 3001:db8:0:2::/64 subnet2_IPV6 --ip-version=6 --ipv6-address-mode=slaac --ipv6-ra-mode=slaac --allocation-pool start=3001:db8:0:2::2,end=3001:db8:0:2:ffff:ffff:ffff:fffe&lt;/p&gt;

&lt;p&gt;neutron port-create network1 --name myport11 --security-group=X&lt;br/&gt;
neutron port-create network1 --name myport21 --security-group=X&lt;/p&gt;


&lt;p&gt;openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.tiny --availability-zone nova:osc-pike-ubuntu16 --nic port-id=$(openstack port list | grep -w &apos;myport11&apos; | awk &apos;{print $2}&apos;) VM1&lt;/p&gt;

&lt;p&gt;openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.tiny --availability-zone nova:osc-pike-ubuntu16 --nic port-id=$(openstack port list | grep -w &apos;myport21&apos; | awk &apos;{print $2}&apos;) VM2&lt;/p&gt;

&lt;p&gt;neutron port-create network2 --name myport13 --security-group=X&lt;br/&gt;
neutron port-create network2 --name myport23 --security-group=X&lt;br/&gt;
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.tiny --availability-zone nova:osc-pike-ubuntu16 --nic port-id=$(openstack port list | grep -w &apos;myport13&apos; | awk &apos;{print $2}&apos;) VM3&lt;/p&gt;

&lt;p&gt;openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.tiny --availability-zone nova:osc-pike-ubuntu16 --nic port-id=$(openstack port list | grep -w &apos;myport23&apos; | awk &apos;{print $2}&apos;) VM4&lt;/p&gt;

&lt;p&gt;neutron router-create R1&lt;br/&gt;
neutron router-interface-add R1 subnet1_IPV4&lt;br/&gt;
neutron router-interface-add R1 subnet1_IPV6&lt;/p&gt;


&lt;p&gt;neutron router-interface-add R1 subnet2_IPV4&lt;br/&gt;
neutron router-interface-add R1 subnet2_IPV6&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="30056">NETVIRT-1289</key>
            <summary>stale entries for dhcp interfaces retained in data-stores when open-stack dhcp is enabled</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="nithithomas">nithi thomas</assignee>
                                    <reporter username="nithithomas">nithi thomas</reporter>
                        <labels>
                            <label>VPNV6</label>
                    </labels>
                <created>Fri, 1 Jun 2018 07:32:51 +0000</created>
                <updated>Fri, 13 Jul 2018 06:18:53 +0000</updated>
                            <resolved>Fri, 13 Jul 2018 06:18:53 +0000</resolved>
                                                    <fixVersion>Fluorine</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="64030" author="nithithomas" created="Fri, 13 Jul 2018 06:18:53 +0000"  >&lt;p&gt;Issue is not reproducible in the latest master(fluorine) branch.&lt;/p&gt;

&lt;p&gt;All dhcp interfaces are getting deleted from prefix-to-interface table.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03f3z:</customfieldvalue>

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