<!-- 
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-166] vtn-inet-match protocol and dscp values not mapped from VTN Coordinator to VTN manager</title>
                <link>https://jira.opendaylight.org/browse/VTN-166</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;Issue Scenario :&lt;/p&gt;

&lt;p&gt;The dscp,protocol values from the Coordinator flowlistentry are not mapped in the VTN Manager&lt;/p&gt;

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

&lt;p&gt;set-up for vtn manager and coordinator using the example:&lt;br/&gt;
Create Flowlistentries as shown on the below page:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):VTN_Coordinator:RestApi:How_to_configure_Flow_Filters_using_VTN&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):VTN_Coordinator:RestApi:How_to_configure_Flow_Filters_using_VTN&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In the flowlistentry command give the ipdscp,protocol attributes as given below:&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;flowlistentry&quot;: {&quot;seqnum&quot;: &quot;1&quot;,&quot;dscp&quot;: &quot;23&quot;, &quot;ipproto&quot;: &quot;6&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;p&gt;The Request body in the Coordinator logs :&lt;/p&gt;

&lt;p&gt;&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-27 20:51:11.107059: &lt;span class=&quot;error&quot;&gt;&amp;#91;7123&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: HTTP_METHOD_POST&lt;br/&gt;
2017-09-27 20:51:11.107071: &lt;span class=&quot;error&quot;&gt;&amp;#91;7123&amp;#93;&lt;/span&gt;: DEBUG: restjsonutil: Request Body  : { &quot;input&quot;: { &quot;name&quot;: &quot;flowlist1&quot;, &quot;flow-match-list&quot;: [ &lt;/p&gt;
{ &quot;index&quot;: 1 }
&lt;p&gt; ] } }&lt;br/&gt;
2017-09-27 20:51:11.107079: &lt;span class=&quot;error&quot;&gt;&amp;#91;7123&amp;#93;&lt;/span&gt;: INFO: restjsonutil: requestbody : { &quot;input&quot;: { &quot;name&quot;: &quot;flowlist1&quot;, &quot;flow-match-list&quot;: [ &lt;/p&gt;
{ &quot;index&quot;: 1 }
&lt;p&gt; ] } }&lt;/p&gt;

&lt;p&gt;The below mentioned is from the VTN Manager obtained by GET command :&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:admin &apos;content-type: application/json&apos; -X GET &lt;a href=&quot;http://10.106.138.150:8181/restconf/operational/vtn-flow-condition:vtn-flow-conditions/vtn-flow-condition/flowlist1&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-flow-condition:vtn-flow-conditions/vtn-flow-condition/flowlist1&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;{&quot;vtn-flow-condition&quot;:[{&quot;name&quot;:&quot;flowlist1&quot;,&quot;vtn-flow-match&quot;:[&lt;/p&gt;
{&quot;index&quot;:1}
&lt;p&gt;]}]}&lt;/p&gt;

&lt;p&gt;The below mentioned is from the VTN Coordinator obtained by GET command :&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;curl -v --user admin:adminpass &apos;content-type: application/json&apos; -X GET &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/flowlists/flowlist1/flowlistentries/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/flowlists/flowlist1/flowlistentries/1.json&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;{&quot;flowlistentry&quot;:{&quot;ipdscp&quot;:&quot;23&quot;,&quot;seqnum&quot;:&quot;1&quot;,&quot;ipproto&quot;:&quot;6&quot;}}&lt;/p&gt;

&lt;p&gt;THE IPDSCP and IPPROTO Values are present in VTN Coordinator but not mapped to VTN manager.&lt;/p&gt;

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

&lt;p&gt;Occurs every time during creation of flowlistentries with the ipdscp,protocol attributes&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26546">VTN-166</key>
            <summary>vtn-inet-match protocol and dscp values not mapped from VTN Coordinator to VTN manager</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>Thu, 28 Sep 2017 05:30:21 +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="59781" author="ananth.y" created="Wed, 25 Oct 2017 10:05:18 +0000"  >&lt;p&gt;Issue resolved and 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/64377/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/64377/&lt;/a&gt;&lt;/p&gt;

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

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

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

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