<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:58 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-281] Delete VM&apos;s Floating IP address,Stale Openflow Entries exist on Compute node.</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-281</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Build#: Bery-RC1 Build&lt;br/&gt;
Openstack: stable/kilo&lt;br/&gt;
ODL config (on etc/custom.properties)&lt;br/&gt;
===========&lt;br/&gt;
ovsdb.of.version=1.3&lt;br/&gt;
ovsdb.l3.fwd.enabled=yes&lt;/p&gt;

&lt;p&gt;local.conf snip&lt;br/&gt;
=======&lt;br/&gt;
enable_plugin networking-odl &lt;a href=&quot;https://github.com/stackforge/networking-odl&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/stackforge/networking-odl&lt;/a&gt; stable/kilo&lt;br/&gt;
Q_PLUGIN=ml2&lt;br/&gt;
ENABLE_TENANT_TUNNELS=True&lt;br/&gt;
Q_ML2_TENANT_NETWORK_TYPE=vxlan&lt;/p&gt;

&lt;p&gt;Openstack setup&lt;br/&gt;
=================&lt;br/&gt;
eth0 =&amp;gt; Mgmt Network   eth1=&amp;gt; Data Network   eth3 =&amp;gt; External Network&lt;/p&gt;

&lt;p&gt;Problem:&lt;br/&gt;
============&lt;br/&gt;
1.Have created VM-X(Compute-1: VM 33.1.1.3 &amp;lt;=&amp;gt; Floating ip 201.1.1.5) and verified the North-South is reachable.Respective br-int flow as below&lt;br/&gt;
**********************************************************************&lt;br/&gt;
openflow@os-controller:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;201.1.1.5&quot; &lt;br/&gt;
 cookie=0x0, duration=116.623s, table=20, n_packets=1, n_bytes=60, priority=1024,arp,in_port=2,arp_tpa=201.1.1.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:fd:90:97&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163efd9097-&amp;gt;NXM_NX_ARP_SHA[],load:0xc9010105-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=116.591s, table=30, n_packets=68, n_bytes=6346, priority=1024,ip,in_port=2,nw_dst=201.1.1.5 actions=set_field:33.1.1.3-&amp;gt;ip_dst,load:0x41b-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=116.573s, table=100, n_packets=52, n_bytes=6974, priority=512,ip,tun_id=0x41b,dl_dst=fa:16:3e:7f:fa:41,nw_src=33.1.1.3 actions=set_field:fa:16:3e:fd:90:97-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:2&lt;/p&gt;

&lt;p&gt;openflow@os-controller:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;33.1.1.3&quot;&lt;br/&gt;
 cookie=0x0, duration=973.838s, table=30, n_packets=68, n_bytes=6346, priority=1024,ip,in_port=2,nw_dst=201.1.1.5 actions=set_field:33.1.1.3-&amp;gt;ip_dst,load:0x41b-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=973.820s, table=100, n_packets=52, n_bytes=6974, priority=512,ip,tun_id=0x41b,dl_dst=fa:16:3e:7f:fa:41,nw_src=33.1.1.3 actions=set_field:fa:16:3e:fd:90:97-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:2&lt;/p&gt;

&lt;p&gt;**********************************************&lt;/p&gt;


&lt;p&gt;2.Deleted the VM-X (without releasing Floating IP&apos;s) and respective br-int OF flows doesnot removed from Compute-1.&lt;/p&gt;

&lt;p&gt;3.Re-assiged the released Floating IP to another VM-Y on compute node 2 (Compute-2: VM 31.1.1.4 &amp;lt;=&amp;gt; Floating IP 201.1.1.5) and verified the North-South is reachable.&lt;/p&gt;

&lt;p&gt;*********************************************************&lt;br/&gt;
openflow@os-compute1:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;201.1.1.5&quot;&lt;br/&gt;
 cookie=0x0, duration=188.010s, table=20, n_packets=4, n_bytes=240, priority=1024,arp,in_port=3,arp_tpa=201.1.1.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:fd:90:97&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163efd9097-&amp;gt;NXM_NX_ARP_SHA[],load:0xc9010105-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=187.988s, table=30, n_packets=83, n_bytes=9118, priority=1024,ip,in_port=3,nw_dst=201.1.1.5 actions=set_field:31.1.1.4-&amp;gt;ip_dst,load:0x43b-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=187.955s, table=100, n_packets=73, n_bytes=11094, priority=512,ip,tun_id=0x43b,dl_dst=fa:16:3e:f1:b0:d0,nw_src=31.1.1.4 actions=set_field:fa:16:3e:fd:90:97-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:3&lt;/p&gt;


&lt;p&gt;openflow@os-compute1:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;31.1.1.4&quot;&lt;br/&gt;
 cookie=0x0, duration=2094.057s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x43b,arp_tpa=31.1.1.4,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:68:21:3c&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163e68213c-&amp;gt;NXM_NX_ARP_SHA[],load:0x1f010104-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=856.651s, table=30, n_packets=83, n_bytes=9118, priority=1024,ip,in_port=3,nw_dst=201.1.1.5 actions=set_field:31.1.1.4-&amp;gt;ip_dst,load:0x43b-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=2078.355s, table=40, n_packets=0, n_bytes=0, priority=36001,ip,in_port=4,dl_src=fa:16:3e:68:21:3c,nw_src=31.1.1.4 actions=goto_table:50&lt;br/&gt;
 cookie=0x0, duration=2095.689s, table=70, n_packets=105, n_bytes=11730, priority=1024,ip,tun_id=0x43b,nw_dst31.1.1.4 actions=set_field:fa:16:3e:68:21:3c-&amp;gt;eth_dst,goto_table:80&lt;br/&gt;
 cookie=0x0, duration=856.618s, table=100, n_packets=73, n_bytes=11094, priority=512,ip,tun_id=0x43b,dl_dst=fa:16:3e:f1:b0:d0,nw_src=31.1.1.4 actions=set_field:fa:16:3e:fd:90:97-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:3&lt;br/&gt;
*****************************************************************&lt;/p&gt;

&lt;p&gt;4.As functionalities-wise,Its working.However the Stale Flow entries exist on deleted VM(i.e unreleased Floating IP deleted VM on Compute node-1).&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21973">OVSDB-281</key>
            <summary>Delete VM&apos;s Floating IP address,Stale Openflow Entries exist on Compute node.</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="vpickard@redhat.com">Victor Pickard</assignee>
                                    <reporter username="vasanthan_balasubram@dell.com">Vasanthan Balasubramaniyan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Feb 2016 09:09:37 +0000</created>
                <updated>Tue, 16 Feb 2016 16:34:31 +0000</updated>
                            <resolved>Tue, 16 Feb 2016 16:34:31 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>openstack.net-virt-providers</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="41215" author="vpickard@redhat.com" created="Wed, 10 Feb 2016 15:16:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/34394/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/34394/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41216" author="vpickard@redhat.com" created="Tue, 16 Feb 2016 16:34:31 +0000"  >&lt;p&gt;Fix has been merged, see below.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/34521/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/34521/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Testing details:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gist.github.com/vpickard/49a2cab7d3b7e66c8937&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/vpickard/49a2cab7d3b7e66c8937&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>5164</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=5164]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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