<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:55 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-66] Issue in update operation of redirect array of flowfitlerentry keytypes</title>
                <link>https://jira.opendaylight.org/browse/VTN-66</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;Issue Scenario :&lt;/p&gt;

&lt;p&gt;The Update operation fails for the vnode and port attribute value in the redirect array of the vbr flowlifterentries &lt;/p&gt;

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

&lt;p&gt;First configure the vBr flowfilters as per the commands given below:&lt;/p&gt;

&lt;p&gt;Controller :&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -H &apos;ipaddr:127.0.0.1&apos; -X POST -d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;odc&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;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;/p&gt;


&lt;p&gt;Vtn :&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -H &apos;ipaddr:127.0.0.1&apos; -X POST -d &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;VBRIDGE:&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -H &apos;ipaddr:127.0.0.1&apos; -d &apos;{&quot;vbridge&quot; : {&quot;vbr_name&quot;:&quot;vbr_one&quot;,&quot;controller_id&quot;:&quot;odc&quot;,&quot;domain_id&quot;:&quot;(DEFAULT)&quot; }}&apos; &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;vBr Interfaces :&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -H &apos;ipaddr:127.0.0.1&apos; -X POST -d &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_one/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_one/interfaces.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -H &apos;ipaddr:127.0.0.1&apos; -X POST -d &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_one/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_one/interfaces.json&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Flow Lists and FLowlistentries :&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d &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 -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d &apos;{&quot;flowlistentry&quot;: {&quot;seqnum&quot;: &quot;11&quot;,&quot;macethertype&quot;: &quot;0x800&quot;,&quot;ipdstaddr&quot;: &quot;10.0.0.3&quot;,&quot;ipdstaddrprefix&quot;: &quot;32&quot;,&quot;ipsrcaddr&quot;: &quot;10.0.0.1&quot;,&quot;ipsrcaddrprefix&quot;: &quot;32&quot;,&quot;ipproto&quot;: &quot;1&quot;,&quot;ipdscp&quot;: &quot;17&quot;,&quot;icmptypenum&quot;: &quot;20&quot;,&quot;icmpcodenum&quot;:&quot;20&quot;}}&apos; &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;vBr flowfilters and flowfitlerentries:&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d &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_one/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_one/flowfilters.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -H &apos;ipaddr:127.0.0.1&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;1&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;redirect&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot;, &quot;redirectdst&quot;: &lt;/p&gt;
{&quot;vnode_name&quot;:&quot;vbr_one&quot;, &quot;if_name&quot;:&quot;if1&quot;, &quot;direction&quot;:&quot;in&quot;, &quot;macsrcaddr&quot;:&quot;f0f1.f2f3.f4f5&quot;}
&lt;p&gt;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_one/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_one/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;Then Update Redirect array in flowfilterenties using the below commands:&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -X PUT -H &apos;content-type: application/json&apos; -H &apos;ipaddr:127.0.0.1&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;1&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;redirect&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot;, &quot;redirectdst&quot;: &lt;/p&gt;
{&quot;vnode_name&quot;:&quot;vbr_one&quot;, &quot;if_name&quot;:&quot;if2&quot;, &quot;direction&quot;:&quot;in&quot;, &quot;macsrcaddr&quot;:&quot;f0f1.f2f3.f4f5&quot;}
&lt;p&gt;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_one/flowfilters/in/flowfilterentries/1.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_one/flowfilters/in/flowfilterentries/1.json&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;When the GET command is used in the Vtn manager to get the flowfilterentries:&lt;/p&gt;


&lt;p&gt;curl -v --user &quot;admin&quot;:&quot;admin&quot; -H &quot;Accept: application/json&quot; -H &quot;Content-type: application/json&quot; -X GET &lt;a href=&quot;http://localhost:8282/controller/nb/v2/vtn/default/vtns/vtn_one/vbridges/vbr_one/flowfilters/in/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8282/controller/nb/v2/vtn/default/vtns/vtn_one/vbridges/vbr_one/flowfilters/in/1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Result:&lt;/p&gt;

&lt;p&gt;{&quot;index&quot;:&quot;1&quot;,&quot;condition&quot;:&quot;flowlist1&quot;,&quot;filterType&quot;:{&quot;redirect&quot;:{&quot;destination&quot;:&lt;/p&gt;
{&quot;bridge&quot;:&quot;vbr_one&quot;,&quot;interface&quot;:&quot;if1&quot;}
&lt;p&gt;,&quot;output&quot;:false}},&quot;actions&quot;:[{&quot;dscp&quot;:{&quot;dscp&quot;:&quot;55&quot;}},{&quot;vlanpcp&quot;:{&quot;priority&quot;:&quot;3&quot;}},&lt;br/&gt;
{&quot;dlsrc&quot;:{&quot;address&quot;:&quot;f0:f1:f2:f3:f4:f5&quot;}}]}&lt;/p&gt;


&lt;p&gt;Occurrence of the issue :&lt;/p&gt;

&lt;p&gt;For all the keytypes of  flowfilterentries when the redirect array attributes are updated.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26446">VTN-66</key>
            <summary>Issue in update operation of redirect array of flowfitlerentry keytypes</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, 19 May 2015 06:04:22 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:00 +0000</updated>
                            <resolved>Fri, 26 Jun 2015 05:36:56 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>ODC Driver</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="52926" author="yogalakshmi.pa@hcl.com" created="Wed, 24 Jun 2015 06:04:06 +0000"  >&lt;p&gt;This Bug is fixed in the below given patch:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/20936&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/20936&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52927" author="yogalakshmi.pa@hcl.com" created="Fri, 26 Jun 2015 05:36:56 +0000"  >&lt;p&gt;This Bug was filed in the Lithium release.&lt;/p&gt;

&lt;p&gt;Please find the link for the patch in Master Branch :&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/20887/3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/20887/3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please find below the link for stable/Lithium branch :&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/20936/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/20936/&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>3271</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=3271]]></customfieldvalue>

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

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