<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:21 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>[NEUTRON-28] Neutron rejects use of same IP address from different Neutron subnets</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-28</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;Neutron rejects with an &quot;IP address already allocated&quot; error a (valid) attempt to have two ports created with the same IP address, each from a different Neutron subnets.&lt;/p&gt;

&lt;p&gt;Eg: following port POST fails:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;ports&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;id&quot;: &quot;a072db9f-8067-43bc-9691-7f1fc1214699&quot;,&lt;br/&gt;
            &quot;network_id&quot;: &quot;7c2dcb47-77c1-4b00-9a0f-1a7b577631a4&quot;,&lt;br/&gt;
            &quot;name&quot;: &quot;&quot;,&lt;br/&gt;
            &quot;mac_address&quot;: &quot;FA:16:3E:B7:28:75&quot;,&lt;br/&gt;
            &quot;fixed_ips&quot;: [&lt;/p&gt;
                {
                    &quot;ip_address&quot;: &quot;3.0.0.3&quot;,
                    &quot;subnet_id&quot;: &quot;ca70bf6f-523c-41d8-b5b7-168f83f4b244&quot;
                }
&lt;p&gt;            ],&lt;br/&gt;
            &quot;device_id&quot;: &quot;dhcpaa4c2e4c-f328-523c-87fd-16223faf8411-7c2dcb47-77c1-4b00-9a0f-1a7b577631a4&quot;,&lt;br/&gt;
            &quot;device_owner&quot;: &quot;network:dhcp&quot;,&lt;br/&gt;
            &quot;tenant_id&quot;: &quot;1be0580fefbf4982be6875bd9973a166&quot;,&lt;br/&gt;
        },&lt;br/&gt;
 {&lt;br/&gt;
            &quot;id&quot;: &quot;8bf4dd31-bdbf-4288-b5dc-ca0a50d3b518&quot;,&lt;br/&gt;
            &quot;network_id&quot;: &quot;92695939-e482-4776-930b-07652e63ecaf&quot;,&lt;br/&gt;
            &quot;name&quot;: &quot;&quot;,&lt;br/&gt;
            &quot;mac_address&quot;: &quot;FA:16:3E:A3:91:20&quot;,&lt;br/&gt;
            &quot;fixed_ips&quot;: [&lt;/p&gt;
                {
                    &quot;ip_address&quot;: &quot;3.0.0.3&quot;,
                    &quot;subnet_id&quot;: &quot;6f1d7270-f4c3-4b6d-8947-6f691106eaf5&quot;
                }
&lt;p&gt;            ],&lt;br/&gt;
            &quot;device_id&quot;: &quot;dhcpaa4c2e4c-f328-523c-87fd-16223faf8411-92695939-e482-4776-930b-07652e63ecaf&quot;,&lt;br/&gt;
            &quot;device_owner&quot;: &quot;network:dhcp&quot;,&lt;br/&gt;
            &quot;tenant_id&quot;: &quot;1be0580fefbf4982be6875bd9973a166&quot;,&lt;/p&gt;

&lt;p&gt;        }&lt;br/&gt;
]&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26590">NEUTRON-28</key>
            <summary>Neutron rejects use of same IP address from different Neutron subnets</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="wojdec">Wojciech Dec</reporter>
                        <labels>
                    </labels>
                <created>Mon, 9 Feb 2015 16:06:23 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:00 +0000</updated>
                            <resolved>Fri, 20 Feb 2015 17:03:23 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="53302" author="wdec@cisco.com" created="Mon, 9 Feb 2015 20:09:15 +0000"  >&lt;p&gt;Proposed Fix in:  &lt;a href=&quot;https://git.opendaylight.org/gerrit/15072&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/15072&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53303" author="rmoats@us.ibm.com" created="Tue, 17 Feb 2015 15:35:23 +0000"  >&lt;p&gt;Moving from current project to neutron&lt;/p&gt;</comment>
                            <comment id="53304" author="rmoats@us.ibm.com" created="Fri, 20 Feb 2015 16:36:14 +0000"  >&lt;p&gt;Rebase of proposed fix for NN repository in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/15562/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/15562/&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>2691</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=2691]]></customfieldvalue>

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

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