<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:48:07 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>[VTN-126] Issue in flowfilter Import/Audit in delete and create operation when controller in DOWN state</title>
                <link>https://jira.opendaylight.org/browse/VTN-126</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;Issue : Issue arises when there is flowfilter created for a given vnode with multiple sequence numbers and one of them is deleted when controller is in DOWN state, or deleted in the Controller.&lt;/p&gt;

&lt;p&gt;Reproduce the scenario:&lt;/p&gt;

&lt;p&gt;Create Controller :&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/controllers.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/controllers.json&lt;/a&gt; \&lt;br/&gt;
-d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;controller1&quot;, &quot;ipaddr&quot;:&quot;10.100.9.61&quot;, &quot;type&quot;: &quot;odc&quot;, &quot;version&quot;: &quot;1.0&quot;, &quot;auditstatus&quot;:&quot;enable&quot;}}&apos; &lt;/p&gt;

&lt;p&gt;Create vtn:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;vtn&quot; : {&quot;vtn_name&quot;:&quot;vtn_one&quot;,&quot;description&quot;:&quot;test VTN&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create vbr:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;vbridge&quot; : {&quot;vbr_name&quot;:&quot;vbr_two&quot;,&quot;controller_id&quot;:&quot;controller1&quot;,&quot;domain_id&quot;:&quot;(DEFAULT)&quot; }}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create interfaces:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;interface&quot;: {&quot;if_name&quot;: &quot;if1&quot;,&quot;description&quot;: &quot;if_desc1&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;interface&quot;: {&quot;if_name&quot;: &quot;if2&quot;,&quot;description&quot;: &quot;if_desc1&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Portmapping:&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT -d \&lt;br/&gt;
&apos;{&quot;portmap&quot;:{&quot;logical_port_id&quot;: &quot;PP-OF:openflow:3-s3-eth1&quot;}}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/portmap.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/portmap.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT -d \&lt;br/&gt;
&apos;{&quot;portmap&quot;:{&quot;logical_port_id&quot;: &quot;PP-OF:openflow:2-s2-eth1&quot;}}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if2/portmap.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if2/portmap.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create Flowlist:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;flowlist&quot;: {&quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;ip_version&quot;:&quot;IP&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/flowlists.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/flowlists.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;flowlistentry&quot;: {&quot;seqnum&quot;: &quot;233&quot;,&quot;macethertype&quot;: &quot;0x800&quot;,&quot;ipdstaddr&quot;: &quot;10.0.0.1&quot;,&quot;ipdstaddrprefix&quot;: &quot;24&quot;,&quot;ipsrcaddr&quot;: &quot;10.0.0.3&quot;,&quot;ipsrcaddrprefix&quot;: &quot;24&quot;,&quot;ipproto&quot;: &quot;1&quot;}}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/flowlists/flowlist1/flowlistentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/flowlists/flowlist1/flowlistentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create Flowfilter:&lt;br/&gt;
curl --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d \&lt;br/&gt;
&apos;{&quot;flowfilter&quot; : {&quot;ff_type&quot;: &quot;in&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d \&lt;br/&gt;
&apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;233&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;drop&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot; }}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now disable audit for the controller:&lt;br/&gt;
 curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&lt;/a&gt; -d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;controller1&quot;, &quot;ipaddr&quot;:&quot;10.106.138.191&quot;, &quot;type&quot;: &quot;odc&quot;, &quot;version&quot;: &quot;1.0&quot;, &quot;auditstatus&quot;:&quot;disable&quot;}}&apos;&lt;/p&gt;

&lt;p&gt;Create another flowfilter with different sequence number for the same interface when controller in Down state:&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;231&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;drop&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;230&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;drop&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Delete the flowfilter with sequence number 233:&lt;/p&gt;

&lt;p&gt;curl  -v --user admin:adminpass -X DELETE -H &apos;content-type: application/json&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries/233.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries/233.json&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Now enable audit in controller:&lt;/p&gt;

&lt;p&gt; curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&lt;/a&gt; -d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;controller1&quot;, &quot;ipaddr&quot;:&quot;10.106.138.191&quot;, &quot;type&quot;: &quot;odc&quot;, &quot;version&quot;: &quot;1.0&quot;, &quot;auditstatus&quot;:&quot;enable&quot;}}&apos;&lt;/p&gt;


&lt;p&gt;When flowfilter is fetched in coordinator:&lt;br/&gt;
curl  -v --user admin:adminpass -X GET -H &apos;content-type: application/json&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;About to connect() to 127.0.0.1 port 8083 (#0)&lt;/li&gt;
	&lt;li&gt;Trying 127.0.0.1...&lt;/li&gt;
	&lt;li&gt;Connected to 127.0.0.1 (127.0.0.1) port 8083 (#0)&lt;/li&gt;
	&lt;li&gt;Server auth using Basic with user &apos;admin&apos;&lt;br/&gt;
&amp;gt; GET /vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json HTTP/1.1&lt;br/&gt;
&amp;gt; Authorization: Basic YWRtaW46YWRtaW5wYXNz&lt;br/&gt;
&amp;gt; User-Agent: curl/7.29.0&lt;br/&gt;
&amp;gt; Host: 127.0.0.1:8083&lt;br/&gt;
&amp;gt; Accept: &lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
&amp;gt; content-type: application/json&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;lt; HTTP/1.1 200 OK&lt;br/&gt;
&amp;lt; Server: Apache-Coyote/1.1&lt;br/&gt;
&amp;lt; Content-Type: application/json;charset=UTF-8&lt;br/&gt;
&amp;lt; Content-Length: 57&lt;br/&gt;
&amp;lt; Date: Tue, 15 Mar 2016 17:36:13 GMT&lt;br/&gt;
&amp;lt;&lt;/li&gt;
	&lt;li&gt;Connection #0 to host 127.0.0.1 left intact
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;flowfilterentries&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@localhost coordinator&amp;#93;&lt;/span&gt;#&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;When flowfitler is fetched in the ODL controller:&lt;/p&gt;

&lt;p&gt; curl --user &quot;admin&quot;:&quot;admin&quot; -H &quot;Content-type: application/json&quot; -X GET &lt;a href=&quot;http://localhost:8181/restconf/operational/vtn:vtns/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/vtn:vtns/&lt;/a&gt;&lt;br/&gt;
{&quot;vtns&quot;:{&quot;vtn&quot;:[{&quot;name&quot;:&quot;vtn_one&quot;,&quot;vtenant-config&quot;:&lt;/p&gt;
{&quot;hard-timeout&quot;:0,&quot;idle-timeout&quot;:300,&quot;description&quot;:&quot;test VTN&quot;}
&lt;p&gt;,&quot;vbridge&quot;:[{&quot;name&quot;:&quot;vbr_two&quot;,&quot;vbridge-config&quot;:&lt;/p&gt;
{&quot;age-interval&quot;:600}
&lt;p&gt;,&quot;bridge-status&quot;:&lt;/p&gt;
{&quot;state&quot;:&quot;DOWN&quot;,&quot;path-faults&quot;:0}
&lt;p&gt;,&quot;vinterface&quot;:[{&quot;name&quot;:&quot;if1&quot;,&quot;vinterface-status&quot;:&lt;/p&gt;
{&quot;state&quot;:&quot;DOWN&quot;,&quot;entity-state&quot;:&quot;UNKNOWN&quot;}
&lt;p&gt;,&quot;port-map-config&quot;:&lt;/p&gt;
{&quot;vlan-id&quot;:0,&quot;node&quot;:&quot;openflow:3&quot;,&quot;port-name&quot;:&quot;s3-eth1&quot;}
&lt;p&gt;,&quot;vinterface-config&quot;:&lt;/p&gt;
{&quot;description&quot;:&quot;if_desc1&quot;,&quot;enabled&quot;:true}
&lt;p&gt;,&quot;vinterface-input-filter&quot;:{&quot;vtn-flow-filter&quot;:[{&quot;index&quot;:230,&quot;condition&quot;:&quot;flowlist1&quot;,&quot;vtn-flow-action&quot;:&lt;span class=&quot;error&quot;&gt;&amp;#91;{&amp;quot;order&amp;quot;:1,&amp;quot;vtn-set-inet-dscp-action&amp;quot;:{&amp;quot;dscp&amp;quot;:55}},{&amp;quot;order&amp;quot;:2,&amp;quot;vtn-set-vlan-pcp-action&amp;quot;:{&amp;quot;vlan-pcp&amp;quot;:3}}&amp;#93;&lt;/span&gt;,&quot;vtn-drop-filter&quot;:{}},{&quot;index&quot;:233,&quot;condition&quot;:&quot;flowlist1&quot;,&quot;vtn-flow-action&quot;:&lt;span class=&quot;error&quot;&gt;&amp;#91;{&amp;quot;order&amp;quot;:1,&amp;quot;vtn-set-inet-dscp-action&amp;quot;:{&amp;quot;dscp&amp;quot;:55}},{&amp;quot;order&amp;quot;:2,&amp;quot;vtn-set-vlan-pcp-action&amp;quot;:{&amp;quot;vlan-pcp&amp;quot;:3}}&amp;#93;&lt;/span&gt;,&quot;vtn-drop-filter&quot;:{}},{&quot;index&quot;:231,&quot;condition&quot;:&quot;flowlist1&quot;,&quot;vtn-flow-action&quot;:&lt;span class=&quot;error&quot;&gt;&amp;#91;{&amp;quot;order&amp;quot;:1,&amp;quot;vtn-set-inet-dscp-action&amp;quot;:{&amp;quot;dscp&amp;quot;:55}},{&amp;quot;order&amp;quot;:2,&amp;quot;vtn-set-vlan-pcp-action&amp;quot;:{&amp;quot;vlan-pcp&amp;quot;:3}}&amp;#93;&lt;/span&gt;,&quot;vtn-drop-filter&quot;:{}}]}},{&quot;name&quot;:&quot;if2&quot;,&quot;vinterface-status&quot;:&lt;/p&gt;
{&quot;state&quot;:&quot;DOWN&quot;,&quot;entity-state&quot;:&quot;UNKNOWN&quot;}
&lt;p&gt;,&quot;port-map-config&quot;:&lt;/p&gt;
{&quot;vlan-id&quot;:0,&quot;node&quot;:&quot;openflow:2&quot;,&quot;port-name&quot;:&quot;s2-eth1&quot;}
&lt;p&gt;,&quot;vinterface-config&quot;:{&quot;description&quot;:&quot;if_desc1&quot;,&quot;enabled&quot;:true}}]}]}]}}&lt;span class=&quot;error&quot;&gt;&amp;#91;root@uncrhel64 data&amp;#93;&lt;/span&gt;#&lt;/p&gt;


&lt;p&gt;The flowfilter for Interface if2 with sequence number 233 is not deleted in the vtn manager.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26506">VTN-126</key>
            <summary>Issue in flowfilter Import/Audit in delete and create operation when controller in DOWN state</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="yogalakshmi.pa@hcl.com">YOGA LAKSHMI SWETHA PAYYAVULA</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Mar 2016 13:24:28 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:25 +0000</updated>
                            <resolved>Mon, 18 Apr 2016 10:13:41 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>ODC Driver</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="53106" author="yogalakshmi.pa@hcl.com" created="Mon, 18 Apr 2016 10:03:10 +0000"  >&lt;p&gt;The patch for this bug has been pushed and merged in &lt;/p&gt;

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

&lt;p&gt;Stable/beryllium:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/37462&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/37462&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>5530</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=5530]]></customfieldvalue>

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

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