<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:20:27 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-5] Instances in Compute node not able to reach dhcp</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-5</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Steps to recreate the problem:&lt;/p&gt;

&lt;p&gt; 1. Create Network&lt;/p&gt;

&lt;p&gt; 2. Create instances in such a way there are instances created in control node as well as compute node&lt;/p&gt;

&lt;p&gt; 3. ping the dhcp IP address from the instances&lt;/p&gt;

&lt;p&gt; local.conf :&lt;a href=&quot;https://gist.github.com/gvranganvtn/ccbf76d20d18b6c670c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/gvranganvtn/ccbf76d20d18b6c670c7&lt;/a&gt;&lt;br/&gt;
 (control&lt;br/&gt;
 (compute)&lt;/p&gt;

&lt;p&gt;  ovs-vsctl show in both nodes: &lt;a href=&quot;https://gist.github.com/gvranganvtn/f4cccecc76bb27195b06&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/gvranganvtn/f4cccecc76bb27195b06&lt;/a&gt;&lt;/p&gt;


&lt;p&gt; dump-flows in both nodes:&lt;br/&gt;
   &lt;a href=&quot;https://gist.github.com/gvranganvtn/0d8dd22ba19491b39c61&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/gvranganvtn/0d8dd22ba19491b39c61&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Test:&lt;br/&gt;
ubuntu@odl-os-control-node:~/devstack$ sudo ip netns exec qdhcp-6b6f54de-f04a-4dd6-8baf-7725a51df8fa ping 1.2.3.6&lt;br/&gt;
PING 1.2.3.6 (1.2.3.6) 56(84) bytes of data.&lt;br/&gt;
64 bytes from 1.2.3.6: icmp_seq=1 ttl=64 time=5.63 ms&lt;br/&gt;
^C&lt;br/&gt;
&amp;#8212; 1.2.3.6 ping statistics &amp;#8212;&lt;br/&gt;
1 packets transmitted, 1 received, 0% packet loss, time 0ms&lt;br/&gt;
rtt min/avg/max/mdev = 5.631/5.631/5.631/0.000 ms&lt;br/&gt;
ubuntu@odl-os-control-node:~/devstack$ sudo ip netns exec qdhcp-6b6f54de-f04a-4dd6-8baf-7725a51df8fa ping 1.2.3.5&lt;br/&gt;
PING 1.2.3.5 (1.2.3.5) 56(84) bytes of data.&lt;br/&gt;
^C&lt;br/&gt;
&amp;#8212; 1.2.3.5 ping statistics &amp;#8212;&lt;br/&gt;
1 packets transmitted, 0 received, 100% packet loss, time 0ms&lt;/p&gt;



&lt;p&gt;1.2.3.5 is the instacne created in compute node and 1.2.3.6 is the one on the control node.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19926">NETVIRT-5</key>
            <summary>Instances in Compute node not able to reach dhcp</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="balakrishnan">balakrishnan k</assignee>
                                    <reporter username="gvrangan">Venkatrangan Govindarajan</reporter>
                        <labels>
                    </labels>
                <created>Wed, 17 Feb 2016 22:16:08 +0000</created>
                <updated>Mon, 8 Apr 2019 16:58:30 +0000</updated>
                            <resolved>Thu, 1 Sep 2016 13:07:22 +0000</resolved>
                                    <version>Beryllium</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="36092" author="gvrangan" created="Wed, 17 Feb 2016 23:11:56 +0000"  >&lt;p&gt;Additional details of the scenario&lt;/p&gt;

&lt;p&gt;-&amp;gt; ODL in cluster mode&lt;/p&gt;

&lt;p&gt;-&amp;gt; Control Node up&lt;/p&gt;

&lt;p&gt;-&amp;gt; Created BNetwork in Openstack&lt;/p&gt;

&lt;p&gt;-&amp;gt; Bring up compute node&lt;/p&gt;

&lt;p&gt;-&amp;gt; create instances&lt;/p&gt;

&lt;p&gt;-&amp;gt; IP for instances got assigned, but the instacne in compute node not able to reach the dhcp IP&lt;/p&gt;</comment>
                            <comment id="36093" author="shague@redhat.com" created="Tue, 17 May 2016 22:18:42 +0000"  >&lt;p&gt;Looking at flows, it seems the flow to get back from the compute node to the control node for the dhcp mac is not in table 110.&lt;/p&gt;

&lt;p&gt;Can we enable TRACE level on the netvirt code (at least for Of13Provider) and that might show us why that flow is not programmed.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;On the control node, port 1 is the dhcp port with mac=dl_src=fa:16:3e:d0:1f:ad&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;ubuntu@odl-os-control-node:~/devstack$ sudo ovs-ofctl dump-flows br-int -OOpenFlow13&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=2004.335s, table=0, n_packets=67, n_bytes=8000, in_port=1,dl_src=fa:16:3e:d0:1f:ad actions=set_field:0x426-&amp;gt;tun_id,load:0x1-&amp;gt;NXM_NX_REG0[],goto_table:20&lt;br/&gt;
 cookie=0x0, duration=1182.896s, table=0, n_packets=44, n_bytes=3754, cookie=0x0, duration=1179.898s, table=110, n_packets=13, n_bytes=1800, &lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;Flow to go out tunnel to reach vm on compute node:&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;tun_id=0x426,dl_dst=fa:16:3e:9e:f6:70 actions=output:3&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;On the control node, port 2 is the vm port with mac=dl_src=fa:16:3e:9e:f6:70&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;ubuntu@odl-os-compute-node:~/devstack$ sudo ovs-ofctl dump-flows br-int -OOpenFlow13&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=1217.089s, table=0, n_packets=58, n_bytes=4928, in_port=2,dl_src=fa:16:3e:9e:f6:70 actions=set_field:0x426-&amp;gt;tun_id,load:0x1-&amp;gt;NXM_NX_REG0[],goto_table:20&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;but on the compute node there is not a flow to send back to the dhcp mac over the tunnel. All we have are these two flows below. The first is to forward traffic over the tunnel for the vm on the control node at 1.2.3.6. The second flow is to forward traffic locally to the 1.2.3.5 vm.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt; cookie=0x0, duration=1219.169s, table=110, n_packets=3, n_bytes=294, tun_id=0x426,dl_dst=fa:16:3e:de:47:a5 actions=output:1&lt;br/&gt;
 cookie=0x0, duration=1216.963s, table=110, n_packets=13, n_bytes=1800, tun_id=0x426,dl_dst=fa:16:3e:9e:f6:70 actions=output:2&lt;/p&gt;</comment>
                            <comment id="36094" author="gvrangan" created="Fri, 20 May 2016 19:35:53 +0000"  >&lt;p&gt;Disabled iptables in all compute nodes, all intances are reachable now when using ODL without clustering configutation.&lt;/p&gt;

&lt;p&gt;There seems to be problems exisitng when ODL is used as 3node, there are multiple exceptions observed while  port event handling and other processing.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/netvirt/job/netvirt-csit-3node-openstack-liberty-openstack-beryllium/30/artifact/odl1_karaf.log.xz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/netvirt/job/netvirt-csit-3node-openstack-liberty-openstack-beryllium/30/artifact/odl1_karaf.log.xz&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Some important flows in pipeline is missed in all the openstack nodes. This needs to be investigated immediately to have a stable 3node job.&lt;/p&gt;</comment>
                            <comment id="36095" author="balakrishnan" created="Thu, 26 May 2016 11:00:47 +0000"  >&lt;p&gt;ODL1 log&lt;/p&gt;</comment>
                            <comment id="36099" author="balakrishnan" created="Thu, 26 May 2016 11:00:47 +0000"  >&lt;p&gt;Attachment ODL1.zip has been added with description: ODL1 log&lt;/p&gt;</comment>
                            <comment id="36096" author="balakrishnan" created="Thu, 26 May 2016 11:01:47 +0000"  >&lt;p&gt;Hi Sam,&lt;br/&gt;
  i have created 3node cluster setup in local and tested below scenario.&lt;/p&gt;

&lt;p&gt;1.Running 3 ODL controller as cluster with HA Proxy connected 1control and 2 compute nodes.&lt;br/&gt;
2.created 2 networks.&lt;br/&gt;
3.net1 subnet range 10.0.0.0/24.&lt;br/&gt;
4.net2 subnet range 20.0.0.0/24.&lt;br/&gt;
5.bring down ODL1.&lt;br/&gt;
6.created 3VM instance.&lt;/p&gt;

&lt;p&gt;first 2 VM(10.0.0.3, 10.0.0.4) instance getting IP and the flows are created properly in openstack nodes.&lt;br/&gt;
3rd VM (10.0.0.5) Not getting IP address in the VM console also in DUMP flows&lt;br/&gt;
only ARP flows present no flow entries in table 40,90 and 110.&lt;/p&gt;

&lt;p&gt;enabled Debug log for southboudhandler and porthandler.&lt;br/&gt;
in the log i am able to see some failure in southbound event dispatcher.&lt;/p&gt;


&lt;p&gt;OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
cookie=0x0, duration=300.163s, table=20, n_packets=1, n_bytes=42, priority=1024,arp,tun_id=0x444,arp_tpa=10.0.0.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:f5:cf:02&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:0xfa163ef5cf02-&amp;gt;NXM_NX_ARP_SHA[],load:0xa000005-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=1676.577s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x444,arp_tpa=10.0.0.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:ea:30:af&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:0xfa163eea30af-&amp;gt;NXM_NX_ARP_SHA[],load:0xa000002-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=1590.239s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x3fe,arp_tpa=20.0.0.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:9f:9d:7f&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:0xfa163e9f9d7f-&amp;gt;NXM_NX_ARP_SHA[],load:0x14000002-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=683.569s, table=20, n_packets=1, n_bytes=42, priority=1024,arp,tun_id=0x444,arp_tpa=10.0.0.4,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:43:9a:8a&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:0xfa163e439a8a-&amp;gt;NXM_NX_ARP_SHA[],load:0xa000004-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=1135.884s, table=20, n_packets=1, n_bytes=42, priority=1024,arp,tun_id=0x444,arp_tpa=10.0.0.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:58:a9:49&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:0xfa163e58a949-&amp;gt;NXM_NX_ARP_SHA[],load:0xa000003-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=20, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:30&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=30, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:40&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=40, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:50&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=50, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:60&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=60, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:70&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=70, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:80&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=80, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:90&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=90, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:100&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=100, n_packets=118, n_bytes=12483, priority=0 actions=goto_table:110&lt;br/&gt;
 cookie=0x0, duration=1673.671s, table=110, n_packets=31, n_bytes=2882, tun_id=0x444,dl_dst=fa:16:3e:ea:30:af actions=output:1&lt;br/&gt;
 cookie=0x0, duration=1565.622s, table=110, n_packets=0, n_bytes=0, tun_id=0x3fe,dl_dst=fa:16:3e:9f:9d:7f actions=output:5&lt;br/&gt;
 cookie=0x0, duration=998.128s, table=110, n_packets=19, n_bytes=2311, tun_id=0x444,dl_dst=fa:16:3e:58:a9:49 actions=output:3&lt;br/&gt;
 cookie=0x0, duration=643.071s, table=110, n_packets=16, n_bytes=2017, tun_id=0x444,dl_dst=fa:16:3e:43:9a:8a actions=output:4&lt;br/&gt;
 cookie=0x0, duration=1672.376s, table=110, n_packets=25, n_bytes=2326, priority=16384,reg0=0x2,tun_id=0x444,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:1&lt;br/&gt;
 cookie=0x0, duration=1672.378s, table=110, n_packets=0, n_bytes=0, priority=16383,reg0=0x1,tun_id=0x444,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:1,output:3,output:4&lt;br/&gt;
 cookie=0x0, duration=1565.611s, table=110, n_packets=0, n_bytes=0, priority=16384,reg0=0x2,tun_id=0x3fe,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:5&lt;br/&gt;
 cookie=0x0, duration=1565.601s, table=110, n_packets=0, n_bytes=0, priority=16383,reg0=0x1,tun_id=0x3fe,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:5,output:3,output:4&lt;br/&gt;
 cookie=0x0, duration=1672.285s, table=110, n_packets=2, n_bytes=196, priority=8192,tun_id=0x444 actions=drop&lt;br/&gt;
 cookie=0x0, duration=1564.369s, table=110, n_packets=0, n_bytes=0, priority=8192,tun_id=0x3fe actions=drop&lt;br/&gt;
 cookie=0x0, duration=2632.505s, table=110, n_packets=25, n_bytes=2751, priority=0 actions=drop&lt;/p&gt;</comment>
                            <comment id="36100" author="balakrishnan" created="Thu, 26 May 2016 11:03:32 +0000"  >&lt;p&gt;Attachment ODL2.zip has been added with description: ODL2 log&lt;/p&gt;</comment>
                            <comment id="36101" author="balakrishnan" created="Thu, 26 May 2016 11:04:38 +0000"  >&lt;p&gt;Attachment ODL3.zip has been added with description: ODL3 log&lt;/p&gt;</comment>
                            <comment id="36102" author="balakrishnan" created="Thu, 26 May 2016 11:05:27 +0000"  >&lt;p&gt;Attachment 26-5 FLows.txt has been added with description: dump flows for VM creation&lt;/p&gt;</comment>
                            <comment id="36097" author="hideyuki.tai@necam.com" created="Sat, 27 Aug 2016 00:45:57 +0000"  >&lt;p&gt;I think one of reasons which caused this issue was a performance issue of the OVSDB Southbound plugin.&lt;/p&gt;

&lt;p&gt;The following patches have dramatically increased the performance of the OVSDB Southbound Plugin, so I think the rate of occurrence of this issue has been decreased now.&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/43580/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/43580/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44374/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44374/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="36098" author="prashanth_j@hcl.com" created="Thu, 1 Sep 2016 13:06:58 +0000"  >&lt;p&gt;We have tested with latest distribution after below patches were merged&lt;/p&gt;

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

&lt;p&gt;Issue was not observed during multiple runs.We have observed, all created VM instances has acquired ip address.&lt;/p&gt;

&lt;p&gt;Following bugs has been raised for issues found in fail-over scenario testing. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=6596&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=6596&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=6601&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=6601&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hence,this bug can be closed.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12172" name="26-5 FLows.txt" size="83327" author="balakrishnan.ka@hcl.com" created="Thu, 26 May 2016 11:05:27 +0000"/>
                            <attachment id="12169" name="ODL1.zip" size="377866" author="balakrishnan.ka@hcl.com" created="Thu, 26 May 2016 11:00:47 +0000"/>
                            <attachment id="12170" name="ODL2.zip" size="355168" author="balakrishnan.ka@hcl.com" created="Thu, 26 May 2016 11:03:32 +0000"/>
                            <attachment id="12171" name="ODL3.zip" size="463038" author="balakrishnan.ka@hcl.com" created="Thu, 26 May 2016 11:04:38 +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>5376</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=5376]]></customfieldvalue>

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

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