<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:08 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-268] Floating IP rules installed with wrong actions</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-268</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;I have a setup with 3 OpenStack controllers, 1 Karaf and 2 compute nodes.&lt;br/&gt;
I have constructed the following topology:&lt;br/&gt;
two private networks(each configured with vxlan) and one external network connected to one router.&lt;br/&gt;
each private network has one VM.&lt;/p&gt;

&lt;p&gt;Ping between vms work fine.&lt;br/&gt;
Ping to floating IP (of either vms) doesn&apos;t work.&lt;/p&gt;

&lt;p&gt;I have investigated the first floating ip, 10.83.5.112, which is used by a vm on compute 1. In the ovs dump flows of compute 1, I see the following flow:&lt;/p&gt;

&lt;p&gt; cookie=0x8000003, duration=6378.900s, table=21, n_packets=66, n_bytes=5868, priority=42,ip,metadata=0x222e0/0xfffffffe,nw_dst=10.83.5.112 actions=write_actions(set_field:0x11245-&amp;gt;tun_id,output:5)&lt;/p&gt;

&lt;p&gt;port number 5 is a tunnel port and not a &quot;vm&quot; port.&lt;/p&gt;

&lt;p&gt;Dump model of config/odl-fib:fibEntries/ shows:&lt;br/&gt;
{&lt;br/&gt;
            &quot;destPrefix&quot;: &quot;10.83.5.112/32&quot;,&lt;br/&gt;
            &quot;label&quot;: 70213,&lt;br/&gt;
            &quot;nextHopAddressList&quot;: [&lt;br/&gt;
              &quot;10.83.6.5&quot;,&lt;br/&gt;
              &quot;10.83.6.6&quot;&lt;br/&gt;
            ],&lt;br/&gt;
            &quot;origin&quot;: &quot;s&quot;&lt;br/&gt;
},&lt;/p&gt;

&lt;p&gt;10.83.6.5 is compute1 IP, 10.83.6.6 is compute2 IP.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20189">NETVIRT-268</key>
            <summary>Floating IP rules installed with wrong actions</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="ofer.barber@hpe.com">ofer barber</reporter>
                        <labels>
                    </labels>
                <created>Sun, 13 Nov 2016 13:51:18 +0000</created>
                <updated>Thu, 19 Oct 2017 21:27:56 +0000</updated>
                            <resolved>Thu, 12 Jan 2017 08:27:42 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="36719" author="ofer.barber@hpe.com" created="Sun, 13 Nov 2016 13:51:18 +0000"  >&lt;p&gt;Attachment bug_netvirt.zip has been added with description: Karaf, OVSs and model&lt;/p&gt;</comment>
                            <comment id="36714" author="ofer.barber@hpe.com" created="Sun, 13 Nov 2016 13:53:17 +0000"  >&lt;p&gt;Karaf version:&lt;br/&gt;
distribution-karaf-0.5.2-20161109.002212-2&lt;/p&gt;</comment>
                            <comment id="36715" author="tomer.pearl@hpe.com" created="Tue, 15 Nov 2016 12:24:47 +0000"  >&lt;p&gt;It seems like that this issue happens when reusing the floating ip between vms, without deleting it from the odl-fib:fibEntries model, in this case a new entry is appended to nextHopAddressList. &lt;/p&gt;

&lt;p&gt;When i&apos;m trying to reproduce this issue from horizon, after dissociating the floating ip from a vm, the relevant entry in deleted from odl-fib:fibEntries model, and when i&apos;m associating the floating ip again, a relevant entry is created correctly in the model.&lt;/p&gt;</comment>
                            <comment id="36716" author="dotan.sokolover@hpe.com" created="Wed, 23 Nov 2016 09:30:33 +0000"  >&lt;p&gt;I have a Newton setup.&lt;br/&gt;
I created NET,router and VM one time.&lt;br/&gt;
Then, in a repetitive test: create floating IP, associate, ping to FIP (ping should pass),delete FIP and ping to FIP (ping should fail). &lt;br/&gt;
The same happened to me 3 times during night (cycles 11,512,1227).&lt;br/&gt;
logs are at:&lt;br/&gt;
\\10.0.1.216\pub\DotanS\Bugzilla_7165&lt;/p&gt;</comment>
                            <comment id="36717" author="dotan.sokolover@hpe.com" created="Mon, 2 Jan 2017 14:20:13 +0000"  >&lt;p&gt;The scenario was reproduced again with a simple creation of network,vm,router and association of FIP to vm.&lt;br/&gt;
I deleted the floating ip, router,vm and network but didn&apos;t delete the external network.&lt;br/&gt;
When creating again (private network,router, vm and association of FIP)- this bug reproduced. &lt;br/&gt;
I added another VM and its FIP was pingable (no reproduction).&lt;br/&gt;
After deleting all configuration:private net,external net,router,FIP and VM - the bug wasn&apos;t reproduced again&lt;/p&gt;</comment>
                            <comment id="36718" author="koby.aizer@hpe.com" created="Thu, 12 Jan 2017 08:27:42 +0000"  >&lt;p&gt;Analyzing this further with Dotan, we got to a conclusion that this is fixed by: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/50110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/50110/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12302" name="bug_netvirt.zip" size="354290" author="ofer.barber@hpe.com" created="Sun, 13 Nov 2016 13:51:18 +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>7165</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=7165]]></customfieldvalue>

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

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