<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:22:20 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-737] After one Tep delete and create , ECMP local buckets are getting removed from all Switches(3)</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-737</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;==&amp;gt;Create a topology with 3 Switches and define ECMP routes with non-colocated VMs (2 on Switch1 , 1 on Switch2 and Switch3 each)&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;tep:show&lt;br/&gt;
Tunnel Monitoring (for VXLAN tunnels): On&lt;br/&gt;
Tunnel Monitoring Interval (for VXLAN tunnels): 1000&lt;/p&gt;


&lt;p&gt;TransportZone     TunnelType        SubnetMask        GatewayIP     VlanID       DpnID        IPAddress        PortName&lt;br/&gt;
------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470853 10.4.1.63        dpdk0&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470852 10.4.1.98        dpdk0&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470851 10.4.1.97        dpdk0&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:show-state&lt;br/&gt;
Tunnel Name       Source-DPN        Destination-DPN   Source-IP         Destination-IP    Trunk-State  Transport Type&lt;br/&gt;
-------------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
tunb01c7e4b5b3    3286212470853     3286212470852     10.4.1.63         10.4.1.98         UP          VXLAN&lt;br/&gt;
tun4b26fb09f22    3286212470851     3286212470853     10.4.1.97         10.4.1.63         UP          VXLAN&lt;br/&gt;
tun8ee7897ec5b    3286212470851     3286212470852     10.4.1.97         10.4.1.98         UP          VXLAN&lt;br/&gt;
tun9c5e22c6742    3286212470852     3286212470853     10.4.1.98         10.4.1.63         UP          VXLAN&lt;br/&gt;
tun4ab378e8330    3286212470853     3286212470851     10.4.1.63         10.4.1.97         UP          VXLAN&lt;br/&gt;
tun6f316892977    3286212470852     3286212470851     10.4.1.98         10.4.1.97         UP          VXLAN&lt;br/&gt;
opendaylight-user@root&amp;gt;fib-show&lt;br/&gt;
   RD       Prefix                NextHop               Label    Origin&lt;br/&gt;
-------------------------------------------------------------------&lt;br/&gt;
   100:14   10.10.1.1/32          0.0.0.0               100011   l&lt;br/&gt;
   100:14   10.10.1.2/32          10.4.1.97             100014   l&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.97             100003   s&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.98             100003   s&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.63             100003   s&lt;br/&gt;
   100:14   10.10.1.3/32          10.4.1.97             100015   l&lt;br/&gt;
   100:14   10.10.1.7/32          10.4.1.98             100017   l&lt;br/&gt;
   100:14   10.10.1.8/32          10.4.1.63             100013   l&lt;br/&gt;
   100:14   10.10.1.6/32          10.4.1.98             100016   l&lt;br/&gt;
   100:14   10.10.1.5/32          10.4.1.97             100018   l&lt;br/&gt;
   100:14   10.10.1.4/32          10.4.1.97             100012   l&lt;br/&gt;
   100:14   10.10.1.0/24          10.4.1.98             100007   c&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;/p&gt;

&lt;p&gt;==&amp;gt;Verify the flows/groups &lt;br/&gt;
Switch1&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-97:~# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=66.070s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-97:~# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=group:150010,bucket=actions=group:150009,bucket=actions=resubmit(,220),set_field:fa:16:3e:3d:47:c8-&amp;gt;eth_dst,load:0x300-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:66:39:e5-&amp;gt;eth_dst,load:0x400-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;br/&gt;
root@Ubuntu-97:~#&lt;/p&gt;

&lt;p&gt;Switch2&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-98:~# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=98.719s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-98:~# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=group:150011,bucket=actions=resubmit(,220),set_field:fa:16:3e:66:39:e5-&amp;gt;eth_dst,load:0x500-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:4b:8b:43-&amp;gt;eth_dst,load:0x600-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:e2:21:c1-&amp;gt;eth_dst,load:0x600-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;br/&gt;
root@Ubuntu-98:~#&lt;/p&gt;

&lt;p&gt;Switch3&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-63:~# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=112.730s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-63:~# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=group:150008,bucket=actions=resubmit(,220),set_field:fa:16:3e:3d:47:c8-&amp;gt;eth_dst,load:0x200-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:4b:8b:43-&amp;gt;eth_dst,load:0x100-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:e2:21:c1-&amp;gt;eth_dst,load:0x100-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;br/&gt;
root@Ubuntu-63:~#&lt;/p&gt;

&lt;p&gt;********************************************************************&lt;br/&gt;
==&amp;gt;Delete the Switch3 Tunnel End Point&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:delete 3286212470853 dpdk0 0 10.4.1.63 10.4.1.0/24 null TZA&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:commit&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:show&lt;br/&gt;
Tunnel Monitoring (for VXLAN tunnels): On&lt;br/&gt;
Tunnel Monitoring Interval (for VXLAN tunnels): 1000&lt;/p&gt;


&lt;p&gt;TransportZone     TunnelType        SubnetMask        GatewayIP     VlanID       DpnID        IPAddress        PortName&lt;br/&gt;
------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470852 10.4.1.98        dpdk0&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470851 10.4.1.97        dpdk0&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:show-state&lt;br/&gt;
Tunnel Name       Source-DPN        Destination-DPN   Source-IP         Destination-IP    Trunk-State  Transport Type&lt;br/&gt;
-------------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
tun8ee7897ec5b    3286212470851     3286212470852     10.4.1.97         10.4.1.98         UP          VXLAN&lt;br/&gt;
tun6f316892977    3286212470852     3286212470851     10.4.1.98         10.4.1.97         UP          VXLAN&lt;br/&gt;
opendaylight-user@root&amp;gt;fib-show&lt;br/&gt;
   RD       Prefix                NextHop               Label    Origin&lt;br/&gt;
-------------------------------------------------------------------&lt;br/&gt;
   100:14   10.10.1.1/32          0.0.0.0               100011   l&lt;br/&gt;
   100:14   10.10.1.2/32          10.4.1.97             100014   l&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.97             100003   s&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.98             100003   s&lt;br/&gt;
   100:14   10.10.1.3/32          10.4.1.97             100015   l&lt;br/&gt;
   100:14   10.10.1.7/32          10.4.1.98             100017   l&lt;br/&gt;
   100:14   10.10.1.8/32          local                 l&lt;br/&gt;
   100:14   10.10.1.6/32          10.4.1.98             100016   l&lt;br/&gt;
   100:14   10.10.1.5/32          10.4.1.97             100018   l&lt;br/&gt;
   100:14   10.10.1.4/32          10.4.1.97             100012   l&lt;br/&gt;
   100:14   10.10.1.0/24          10.4.1.98             100007   c&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;/p&gt;

&lt;p&gt;==&amp;gt;Verify the flows/groups &lt;br/&gt;
Switch1&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-97:~/Delete-Tep# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=59.275s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-97:~/Delete-Tep# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=group:150010,bucket=actions=group:150009,bucket=actions=resubmit(,220),set_field:fa:16:3e:3d:47:c8-&amp;gt;eth_dst,load:0x300-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;br/&gt;
root@Ubuntu-97:~/Delete-Tep#&lt;/p&gt;

&lt;p&gt;Switch2&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-98:~# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=105.195s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-98:~#&lt;br/&gt;
root@Ubuntu-98:~# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=group:150011,bucket=actions=resubmit(,220),set_field:fa:16:3e:4b:8b:43-&amp;gt;eth_dst,load:0x600-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:e2:21:c1-&amp;gt;eth_dst,load:0x600-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;br/&gt;
root@Ubuntu-98:~#&lt;/p&gt;

&lt;p&gt;Switch3&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-63:~# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=130.889s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-63:~# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=group:150008&lt;br/&gt;
root@Ubuntu-63:~#&lt;/p&gt;

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

&lt;p&gt;==&amp;gt;Create Switch3 Tunnel End Point&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:add 3286212470853 dpdk0 0 10.4.1.63 10.4.1.0/24 null TZA&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:commit&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:show&lt;br/&gt;
Tunnel Monitoring (for VXLAN tunnels): On&lt;br/&gt;
Tunnel Monitoring Interval (for VXLAN tunnels): 1000&lt;/p&gt;


&lt;p&gt;TransportZone     TunnelType        SubnetMask        GatewayIP     VlanID       DpnID        IPAddress        PortName&lt;br/&gt;
------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470853 10.4.1.63        dpdk0&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470852 10.4.1.98        dpdk0&lt;br/&gt;
TZA               VXLAN             10.4.1.0/24       0.0.0.0       0            3286212470851 10.4.1.97        dpdk0&lt;br/&gt;
opendaylight-user@root&amp;gt;tep:show-state&lt;br/&gt;
Tunnel Name       Source-DPN        Destination-DPN   Source-IP         Destination-IP    Trunk-State  Transport Type&lt;br/&gt;
-------------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
tunb01c7e4b5b3    3286212470853     3286212470852     10.4.1.63         10.4.1.98         UP          VXLAN&lt;br/&gt;
tun4b26fb09f22    3286212470851     3286212470853     10.4.1.97         10.4.1.63         UP          VXLAN&lt;br/&gt;
tun8ee7897ec5b    3286212470851     3286212470852     10.4.1.97         10.4.1.98         UP          VXLAN&lt;br/&gt;
tun9c5e22c6742    3286212470852     3286212470853     10.4.1.98         10.4.1.63         UP          VXLAN&lt;br/&gt;
tun4ab378e8330    3286212470853     3286212470851     10.4.1.63         10.4.1.97         UP          VXLAN&lt;br/&gt;
tun6f316892977    3286212470852     3286212470851     10.4.1.98         10.4.1.97         UP          VXLAN&lt;br/&gt;
opendaylight-user@root&amp;gt;fib-show&lt;br/&gt;
   RD       Prefix                NextHop               Label    Origin&lt;br/&gt;
-------------------------------------------------------------------&lt;br/&gt;
   100:14   10.10.1.1/32          0.0.0.0               100011   l&lt;br/&gt;
   100:14   10.10.1.2/32          10.4.1.97             100014   l&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.97             100003   s&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.98             100003   s&lt;br/&gt;
   100:14   100.100.100.100/32    10.4.1.63             100003   s&lt;br/&gt;
   100:14   10.10.1.3/32          10.4.1.97             100015   l&lt;br/&gt;
   100:14   10.10.1.7/32          10.4.1.98             100017   l&lt;br/&gt;
   100:14   10.10.1.8/32          10.4.1.63             100013   l&lt;br/&gt;
   100:14   10.10.1.6/32          10.4.1.98             100016   l&lt;br/&gt;
   100:14   10.10.1.5/32          10.4.1.97             100018   l&lt;br/&gt;
   100:14   10.10.1.4/32          10.4.1.97             100012   l&lt;br/&gt;
   100:14   10.10.1.0/24          10.4.1.98             100007   c&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;/p&gt;

&lt;p&gt;==&amp;gt;Verify the flows/groups &lt;br/&gt;
Switch1&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-97:~/Delete-Tep# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=205.559s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-97:~/Delete-Tep# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=resubmit(,220),set_field:fa:16:3e:3d:47:c8-&amp;gt;eth_dst,load:0x300-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:66:39:e5-&amp;gt;eth_dst,load:0x200-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;br/&gt;
root@Ubuntu-97:~/Delete-Tep#&lt;/p&gt;

&lt;p&gt;Switch2&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-98:~# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=190.161s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-98:~# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=resubmit(,220),set_field:fa:16:3e:66:39:e5-&amp;gt;eth_dst,load:0x400-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:4b:8b:43-&amp;gt;eth_dst,load:0x600-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:e2:21:c1-&amp;gt;eth_dst,load:0x600-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;/p&gt;

&lt;p&gt;Switch3&lt;br/&gt;
-------&lt;br/&gt;
root@Ubuntu-63:~# flows | grep table=21 | grep 100.100.100.100&lt;br/&gt;
 cookie=0x8000003, duration=174.478s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=100.100.100.100 actions=group:150014&lt;br/&gt;
root@Ubuntu-63:~# groups | grep 150014&lt;br/&gt;
 group_id=150014,type=select,bucket=actions=resubmit(,220),set_field:fa:16:3e:3d:47:c8-&amp;gt;eth_dst,load:0x500-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:4b:8b:43-&amp;gt;eth_dst,load:0x100-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id,bucket=actions=resubmit(,220),set_field:fa:16:3e:e2:21:c1-&amp;gt;eth_dst,load:0x100-&amp;gt;NXM_NX_REG6[],set_field:0x186a3-&amp;gt;tun_id&lt;br/&gt;
root@Ubuntu-63:~#&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20658">NETVIRT-737</key>
            <summary>After one Tep delete and create , ECMP local buckets are getting removed from all Switches(3)</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="manubk2003@gmail.com">Manu B</assignee>
                                    <reporter username="ravi.ranjan3@tcs.com">Ravi Ranjan</reporter>
                        <labels>
                    </labels>
                <created>Sat, 17 Jun 2017 09:13:25 +0000</created>
                <updated>Wed, 2 Aug 2017 05:42:06 +0000</updated>
                            <resolved>Wed, 2 Aug 2017 05:42:06 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="37995" author="ravi.ranjan3@tcs.com" created="Sat, 17 Jun 2017 09:13:25 +0000"  >&lt;p&gt;Attachment Delete-Tep.zip has been added with description: karaf log and switch flow/group&lt;/p&gt;</comment>
                            <comment id="37994" author="manubk2003@gmail.com" created="Wed, 2 Aug 2017 05:42:06 +0000"  >&lt;p&gt;Fix is merged in both master and stable/carbon &lt;span class=&quot;error&quot;&gt;&amp;#91;Aug 1&amp;#93;&lt;/span&gt;. Please take the latest build for verification.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12534" name="Delete-Tep.zip" size="88202" author="ravi.ranjan3@tcs.com" created="Sat, 17 Jun 2017 09:13:25 +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>8709</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=8709]]></customfieldvalue>

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

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