<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:54 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>[OVSDB-255] Fixed IPs of dhcp_port are not updated when a new subnet is added to the network.</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-255</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Observations:&lt;br/&gt;
Create a Neutron tenant network (n1).&lt;br/&gt;
Create an IPv4 subnet with 10.0.0.0/24 CIDR in network (n1).&lt;br/&gt;
Create one more IPv4 subnet with 20.0.0.0/24 subnet in the same network&lt;br/&gt;
(n1).&lt;br/&gt;
DHCP port in Neutron db has two fixed ips (i.e., 10.0.0.2 and 20.0.0.2),&lt;br/&gt;
whereas md-sal db has only one fixed_ip (i.e., 10.0.0.2).&lt;/p&gt;

&lt;p&gt;Fixed_ips of dhcp_port are not updated when multiple subnets are added to a network.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21947">OVSDB-255</key>
            <summary>Fixed IPs of dhcp_port are not updated when a new subnet is added to the network.</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="oshvartz@redhat.com">Oded Shvartz</assignee>
                                    <reporter username="SridharG">Sridhar Gaddam</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 Jan 2016 12:38:36 +0000</created>
                <updated>Sun, 14 Feb 2016 14:25:42 +0000</updated>
                            <resolved>Sun, 14 Feb 2016 14:25:42 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Neutron</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="41129" author="oshvartz@redhat.com" created="Thu, 14 Jan 2016 10:54:50 +0000"  >&lt;p&gt;This bug caused by a networking-odl bug as described at : &lt;a href=&quot;https://bugs.launchpad.net/networking-odl/+bug/1533720&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.launchpad.net/networking-odl/+bug/1533720&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41130" author="shague@redhat.com" created="Tue, 19 Jan 2016 17:31:49 +0000"  >&lt;p&gt;Oded, can you verify if this is fixed now with the networking-odl patch?&lt;/p&gt;</comment>
                            <comment id="41131" author="sgaddam@redhat.com" created="Mon, 25 Jan 2016 17:59:13 +0000"  >&lt;p&gt;Along with the fix in networking-odl we also need the following fix in Neutron for the usecase mentioned below.&lt;br/&gt;
&lt;a href=&quot;https://review.openstack.org/#/c/271223/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/271223/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;UseCase:&lt;br/&gt;
1. Start fresh (i.e., no routers/networks/subnets/ports).&lt;br/&gt;
2. Create a neutron tenant network (say t1)&lt;br/&gt;
3. Create an IPv4 subnet (say s1 with CIDR 10.0.0.0/24) on the network t1.&lt;br/&gt;
4. Create an IPv6 SLAAC subnet (say s2 with 2001:db8::/64) on the network t1.&lt;/p&gt;

&lt;p&gt;After step 3 above when we query port info from mdsal, we can see a port with device_owner: &quot;network:dhcp&quot; and fixed_ip &lt;/p&gt;
{ip_address: &quot;10.0.0.2&quot;}
&lt;p&gt;Step 4 does not trigger any port update event from Neutron eventhough Neutron db updates the fixed_ips of the dhcp port with an IPv6 address from S2 CIDR. &lt;br/&gt;
Patch &lt;a href=&quot;https://review.openstack.org/#/c/271223/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/271223/&lt;/a&gt; triggers a port_update event in Neutron for IPv6 auto-address subnets.&lt;/p&gt;</comment>
                            <comment id="41132" author="sgaddam@redhat.com" created="Sun, 7 Feb 2016 04:13:59 +0000"  >&lt;p&gt;OpenStack Neutron patch &lt;a href=&quot;https://review.openstack.org/#/c/271223/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/271223/&lt;/a&gt; is merged in Master branch. Proposed a cherry-pick to stable/liberty &lt;a href=&quot;https://review.openstack.org/#/c/277084/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/277084/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41133" author="sgaddam@redhat.com" created="Wed, 10 Feb 2016 07:07:18 +0000"  >&lt;p&gt;Since the issue is present in networking-odl and neutron and both are merged upstream. Closing this bug.&lt;/p&gt;</comment>
                            <comment id="41134" author="sgaddam@redhat.com" created="Wed, 10 Feb 2016 07:08:45 +0000"  >&lt;p&gt;For info, patches for stable/liberty are currently under review.&lt;br/&gt;
Networking-odl: &lt;a href=&quot;https://review.openstack.org/#/c/272451/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/272451/&lt;/a&gt;&lt;br/&gt;
Neutron: &lt;a href=&quot;https://review.openstack.org/#/c/277084/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/277084/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41135" author="sgaddam@redhat.com" created="Sun, 14 Feb 2016 14:25:42 +0000"  >&lt;p&gt;Stable/liberty patchsets are merged.&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>4924</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=4924]]></customfieldvalue>

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

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