<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:48:05 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-115] Issue with Update operation in Flowfilter and Flowlist Keytypes.</title>
                <link>https://jira.opendaylight.org/browse/VTN-115</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;I have faced issue in few test case scenarios while running VTN Coordinator FT scripts for Flowfilter and FLowlist Keytypes. In stable/Be code.&lt;/p&gt;

&lt;p&gt;Below are the scenario which is in FT script.&lt;/p&gt;

&lt;p&gt;VBRFLOWFILTER_UPDATE&lt;br/&gt;
1) Create VTN , VBR, VBRIFPORTMAP, Flowlist and FLowlistentry, VBRFLOWFILTER&lt;br/&gt;
2) Create Vbrflowfilterentry  with action type &quot;DROP&quot; &lt;br/&gt;
3) Update Vbrflowfilter entry to &quot;REDIRECT&quot; --&amp;gt; Issue in Update( Due to redirect destination vnode error) returns 500 Internal server error&lt;/p&gt;

&lt;p&gt;VTERMIFFLOWFILTER_UPDATE&lt;br/&gt;
1) Create VTN , VBR, VTERMIFPORTMAP, Flowlist and FLowlistentry, VTERMIFLOWFILTER&lt;br/&gt;
2) Create Vtermifflowfilterentry  with action type &quot;DROP&quot; &lt;br/&gt;
3) Update Vtermifflowfilter entry to &quot;REDIRECT&quot; --&amp;gt; Issue in Update( due to dl_src macc address attribute issue) returns 500 Internal server error&lt;/p&gt;


&lt;p&gt;FlowlistEntry_UPDATE&lt;br/&gt;
1) Create VTN , VBR, VBRIFPORTMAP, Flowlist and FLowlistentry, VBRFLOWFILTER&lt;br/&gt;
2) Create Vbrflowfilterentry  with action type &quot;DROP&quot; &lt;br/&gt;
3) Update FLOWLISTENTRY for SrcIp and DstIp with prefix length attributes --&amp;gt; Returns with 400 error code (Due to improper filling of source ip and network attributes in the Update method)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26495">VTN-115</key>
            <summary>Issue with Update operation in Flowfilter and Flowlist 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="yogalakshmi.pa@hcl.com">YOGA LAKSHMI SWETHA PAYYAVULA</assignee>
                                    <reporter username="siva-karthik@hcl.com">Karthik Sivasamy</reporter>
                        <labels>
                    </labels>
                <created>Wed, 10 Feb 2016 08:58:16 +0000</created>
                <updated>Fri, 12 Feb 2016 11:30:01 +0000</updated>
                            <resolved>Fri, 12 Feb 2016 11:30:01 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>ODC Driver</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="53062" author="yogalakshmi.pa@hcl.com" created="Fri, 12 Feb 2016 11:27:28 +0000"  >&lt;p&gt;VBR Flowfitler update:&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -X PUT -H &apos;content-type: application/json&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;233&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;vBridge2&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/vtn1/vbridges/vBridge1/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/vtn1/vbridges/vBridge1/flowfilters/in/flowfilterentries/233.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... connected&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; PUT /vtn-webapi/vtns/vtn1/vbridges/vBridge1/flowfilters/in/flowfilterentries/233.json HTTP/1.1&lt;br/&gt;
&amp;gt; Authorization: Basic YWRtaW46YWRtaW5wYXNz&lt;br/&gt;
&amp;gt; User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2&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; Content-Length: 227&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;lt; HTTP/1.1 204 No Content&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: 79&lt;br/&gt;
&amp;lt; Date: Fri, 12 Feb 2016 16:53:25 GMT&lt;br/&gt;
&amp;lt;&lt;/li&gt;
	&lt;li&gt;Connection #0 to host 127.0.0.1 left intact&lt;/li&gt;
	&lt;li&gt;Closing connection #0&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;FLOWLIST Update:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ODC-LOCAL coordinator&amp;#93;&lt;/span&gt;# curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT -d &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;32&quot;,&quot;ipsrcaddr&quot;: &quot;10.0.0.2&quot;,&quot;ipsrcaddrprefix&quot;: &quot;32&quot;,&quot;ipproto&quot;: &quot;1&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/flowlists/flowlist1/flowlistentries/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/flowlists/flowlist1/flowlistentries/233.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... connected&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; PUT /vtn-webapi/flowlists/flowlist1/flowlistentries/233.json HTTP/1.1&lt;br/&gt;
&amp;gt; Authorization: Basic YWRtaW46YWRtaW5wYXNz&lt;br/&gt;
&amp;gt; User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2&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; Content-Length: 171&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;lt; HTTP/1.1 204 No Content&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; Date: Fri, 12 Feb 2016 16:54:42 GMT&lt;br/&gt;
&amp;lt;&lt;/li&gt;
	&lt;li&gt;Connection #0 to host 127.0.0.1 left intact&lt;/li&gt;
	&lt;li&gt;Closing connection #0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ODC-LOCAL coordinator&amp;#93;&lt;/span&gt;#&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ODC-LOCAL coordinator&amp;#93;&lt;/span&gt;# curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X GET &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/flowlists/flowlist1/flowlistentries/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/flowlists/flowlist1/flowlistentries/233.json&lt;/a&gt;                                                                                                                                                           * About to connect() to 127.0.0.1 port 8083 (#0)&lt;/li&gt;
	&lt;li&gt;Trying 127.0.0.1... connected&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/flowlists/flowlist1/flowlistentries/233.json HTTP/1.1&lt;br/&gt;
&amp;gt; Authorization: Basic YWRtaW46YWRtaW5wYXNz&lt;br/&gt;
&amp;gt; User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2&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: 163&lt;br/&gt;
&amp;lt; Date: Fri, 12 Feb 2016 16:55:24 GMT&lt;br/&gt;
&amp;lt;&lt;/li&gt;
	&lt;li&gt;Connection #0 to host 127.0.0.1 left intact&lt;/li&gt;
	&lt;li&gt;Closing connection #0&lt;br/&gt;
{&quot;flowlistentry&quot;:{&quot;ipproto&quot;:&quot;1&quot;,&quot;ipdstaddrprefix&quot;:&quot;32&quot;,&quot;ipsrcaddr&quot;:&quot;10.0.0.2&quot;,&quot;ipsrcaddrprefix&quot;:&quot;32&quot;,&quot;ipdstaddr&quot;:&quot;10.0.0.1&quot;,&quot;seqnum&quot;:&quot;233&quot;,&quot;macethertype&quot;:&quot;0x800&quot;}}&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ODC-LOCAL coordinator&amp;#93;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;VTERMIF update:&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -X PUT -H &apos;content-type: application/json&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;233&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;vBridge1&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/vtn1/vterminals/vterm1/interfaces/if2/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/vtn1/vterminals/vterm1/interfaces/if2/flowfilters/in/flowfilterentries/233.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... connected&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; PUT /vtn-webapi/vtns/vtn1/vterminals/vterm1/interfaces/if2/flowfilters/in/flowfilterentries/233.json HTTP/1.1&lt;br/&gt;
&amp;gt; Authorization: Basic YWRtaW46YWRtaW5wYXNz&lt;br/&gt;
&amp;gt; User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2&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; Content-Length: 114&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;lt; HTTP/1.1 204 No Content&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; Date: Fri, 12 Feb 2016 16:52:20 GMT&lt;br/&gt;
&amp;lt;&lt;/li&gt;
	&lt;li&gt;Connection #0 to host 127.0.0.1 left intact&lt;/li&gt;
	&lt;li&gt;Closing connection #&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="53063" author="yogalakshmi.pa@hcl.com" created="Fri, 12 Feb 2016 11:30:01 +0000"  >&lt;p&gt;PFB the patch for this bug in:&lt;/p&gt;

&lt;p&gt;stabl/beryllium:&lt;/p&gt;

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

&lt;p&gt;Master:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/34457/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/34457/&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>5294</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=5294]]></customfieldvalue>

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

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