<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:48:17 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-165] UDP L4 match details of source and destination creation failure in Flowlistentry</title>
                <link>https://jira.opendaylight.org/browse/VTN-165</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;In VTN Coordinator UDP L4 match details of source and destination creation fails in Flowlistentry.&lt;br/&gt;
It accepts ipproto value as 17 but shows tcp source and destination values in logs.&lt;/p&gt;

&lt;p&gt;Steps to reproduce the bug:&lt;/p&gt;

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


&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d &apos;{&quot;vtn&quot; : {&quot;vtn_name&quot;:&quot;vtn1&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;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d &apos;{&quot;vbridge&quot; : {&quot;vbr_name&quot;:&quot;vBridge1&quot;,&quot;controller_id&quot;:&quot;controllerone&quot;,&quot;domain_id&quot;:&quot;(DEFAULT)&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/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/vtn1/vbridges.json&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&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/vtn1/vbridges/vBridge1/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/vtn1/vbridges/vBridge1/interfaces.json&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT -d &apos;{&quot;portmap&quot;:{&quot;logical_port_id&quot;: &quot;PP-OF:openflow:72931086629252-veth1_ovs&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges/vBridge1/interfaces/if1/portmap&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/interfaces/if1/portmap&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&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;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d &apos;{&quot;flowlistentry&quot;: {&quot;seqnum&quot;:&quot;1&quot;,&quot;ipproto&quot;:&quot;17&quot;,&quot;l4dstport&quot;:&quot;400&quot;,&quot;l4dstendport&quot;:&quot;600&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;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&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/vtn1/vbridges/vBridge1/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/vtn1/vbridges/vBridge1/interfaces/if1/flowfilters.json&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;1&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;pass&quot;,&quot;priority&quot;:&quot;1&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges/vBridge1/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/vtn1/vbridges/vBridge1/interfaces/if1/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;In Coordinator logs:&lt;/p&gt;

&lt;p&gt;2017-09-25 22:30:18.332050: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: vtndrvintf: execute_cmd: Translate Create Command string&lt;br/&gt;
2017-09-25 22:30:18.332079: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: INFO: odcdriver: Filling Inet Match Details&lt;br/&gt;
2017-09-25 22:30:18.332088: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: INFO: odcdriver: Filling L4 Match Details&lt;br/&gt;
2017-09-25 22:30:18.332095: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: INFO: odcdriver: Filling L4 tcp Match Details&lt;br/&gt;
2017-09-25 22:30:18.332147: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: User name and password is taken from conf file&lt;br/&gt;
2017-09-25 22:30:18.332209: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: &lt;a href=&quot;http://10.106.138.150:8181/restconf/operations/vtn-flow-condition:set-flow-condition-match&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.106.138.150:8181/restconf/operations/vtn-flow-condition:set-flow-condition-match&lt;/a&gt; Url formed &lt;br/&gt;
2017-09-25 22:30:18.332220: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: HTTP_METHOD_POST&lt;br/&gt;
2017-09-25 22:30:18.332234: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: Request Body  : { &quot;input&quot;: { &quot;name&quot;: &quot;flowlist1&quot;, &quot;flow-match-list&quot;: [ { &quot;index&quot;: 1, &quot;tcp-destination-range&quot;: &lt;/p&gt;
{ &quot;port-from&quot;: 400, &quot;port-to&quot;: 600 }
&lt;p&gt; } ] } }&lt;br/&gt;
2017-09-25 22:30:18.332241: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: INFO: restjsonutil: requestbody : { &quot;input&quot;: { &quot;name&quot;: &quot;flowlist1&quot;, &quot;flow-match-list&quot;: [ { &quot;index&quot;: 1, &quot;tcp-destination-range&quot;: &lt;/p&gt;
{ &quot;port-from&quot;: 400, &quot;port-to&quot;: 600 }
&lt;p&gt; } ] } }&lt;br/&gt;
2017-09-25 22:30:18.362467: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: Allocates Memory ............&lt;br/&gt;
2017-09-25 22:30:18.362495: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: Reallocate Memory............... &lt;br/&gt;
2017-09-25 22:30:18.362672: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: vtndrvintf: deleted config_cmd_ptr&lt;br/&gt;
2017-09-25 22:30:18.362689: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: vtndrvintf: 30,keytype&lt;br/&gt;
2017-09-25 22:30:18.362705: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: odcdriver: UNC_VBRIF_FLOW_FILTER_ENTRY key type received&lt;br/&gt;
2017-09-25 22:30:18.362716: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: vtndrvintf: keytype:30, config_operation:1&lt;br/&gt;
2017-09-25 22:30:18.362723: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: vtndrvintf: execute_cmd: Translate Create Command string&lt;br/&gt;
2017-09-25 22:30:18.362748: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: User name and password is taken from conf file&lt;br/&gt;
2017-09-25 22:30:18.362806: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: &lt;a href=&quot;http://10.106.138.150:8181/restconf/operational/vtn:vtns/vtn/vtn1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.106.138.150:8181/restconf/operational/vtn:vtns/vtn/vtn1&lt;/a&gt; Url formed &lt;br/&gt;
2017-09-25 22:30:18.395919: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: Allocates Memory ............&lt;br/&gt;
2017-09-25 22:30:18.395949: &lt;span class=&quot;error&quot;&gt;&amp;#91;14099&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: Reallocate Memory............... &lt;/p&gt;

&lt;p&gt;In logs it shows as &lt;br/&gt;
{ &quot;input&quot;: { &quot;name&quot;: &quot;flowlist1&quot;, &quot;flow-match-list&quot;: [ { &quot;index&quot;: 1, &quot;tcp-destination-range&quot;: &lt;/p&gt;
{ &quot;port-from&quot;: 400, &quot;port-to&quot;: 600 }
&lt;p&gt; } ] } }&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26545">VTN-165</key>
            <summary>UDP L4 match details of source and destination creation failure in Flowlistentry</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="ananth.y">Y Ananth</assignee>
                                    <reporter username="ananth.y">Y Ananth</reporter>
                        <labels>
                    </labels>
                <created>Mon, 25 Sep 2017 13:38:20 +0000</created>
                <updated>Mon, 30 Oct 2017 15:20:45 +0000</updated>
                                            <version>unspecified</version>
                                                    <component>ODC Driver</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="59780" author="ananth.y" created="Wed, 25 Oct 2017 10:02:15 +0000"  >&lt;p&gt;patch for the bug has been merged in&lt;/p&gt;

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

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

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

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

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